Html Css Color HEX #095C0C Green

📋 copy color: '#095C0C'

red 9 ◦ green 92 ◦ blue 12

#095C0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #095C0C

Tints of Green #095C0C

RGB

 RED value IS 9 (3.91% from 255) = 7.96%

 GREEN value IS 92 (36.33% from 255) = 81.42%

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 7.96%
G = 81.42%
B = 10.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#095C0C (or 0x095C0C) is known color: Green. HEX triplet: 09, 5C and 0C. RGB value is (9,92,12). Sum of RGB (Red+Green+Blue) = 9+92+12=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 92 (36.33% from 255 or 81.42% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 92 - color contains mainly: green. Hex color #095C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095C0C is #F6A3F3. Grayscale: #3A3A3A. Windows color (decimal): -16163828 or 809993. OLE color: 809993.

HSL color Cylindrical-coordinate representation of color #095C0C: hue angle of 122.17º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C0C is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 92 12 -
CMYK 0.90 0 0.87 0.64
HSL 122.17º 0.82% 0.2% -
HSV(B) 122.17º 0.9% 0.36% -
XYZ 4.01 7.74 1.63 -
YUV 58.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 9 92 12 0.90 0 0.87 0.64 122.17 0.82 0.2
Hex 9 5C C 5A 0 57 40 7A 52 14
Octal 11 134 14 132 0 127 100 172 122 24
Binary 1001 1011100 1100 1011010 0 1010111 1000000 1111010 1010010 10100

Color Harmonies of #095C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C0C

Black with #095C0C

Text Example


Text Example

White with #095C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095C0C; }

 p { color: rgb(9,92,12); }

 H1.HeaderClassName
 {
   color: #095C0C;
 }
 .AnyTagClassName
 {
   color: #095C0C;
 }
</style>

background-color css

<style>
 a { background-color: #095C0C; }

 a { background-color: rgb(9,92,12); }

 div.DivClassName
 {
   background-color: #095C0C;
 }
 .BgClassName
 {
   background-color: #095C0C;
 }
</style>

border-color css

<style>
 span { border-color: #095C0C; }

 span { border-color: rgb(9,92,12); }

 td.TdClassName
 {
   border-color: #095C0C;
 }
 .TagClassName
 {
   border-color: #095C0C;
 }
</style>