Html Css Color HEX #0C6F09 Green

📋 copy color: '#0C6F09'

red 12 ◦ green 111 ◦ blue 9

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

Shades of Green #0C6F09

Tints of Green #0C6F09

RGB

 RED value IS 12 (5.08% from 255) = 9.09%

 GREEN value IS 111 (43.75% from 255) = 84.09%

 BLUE value IS 9 (3.91% from 255) = 6.82%

R = 9.09%
G = 84.09%
B = 6.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#0C6F09 (or 0x0C6F09) is known color: Green. HEX triplet: 0C, 6F and 09. RGB value is (12,111,9). Sum of RGB (Red+Green+Blue) = 12+111+9=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6F09 is #F390F6. Grayscale: #464646. Windows color (decimal): -15962359 or 618252. OLE color: 618252.

HSL color Cylindrical-coordinate representation of color #0C6F09: hue angle of 118.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6F09 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 111 9 -
CMYK 0.89 0 0.92 0.56
HSL 118.24º 0.85% 0.24% -
HSV(B) 118.24º 0.92% 0.44% -
XYZ 5.89 11.47 2.16 -
YUV 69.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 12 111 9 0.89 0 0.92 0.56 118.24 0.85 0.24
Hex C 6F 9 59 0 5C 38 76 55 18
Octal 14 157 11 131 0 134 70 166 125 30
Binary 1100 1101111 1001 1011001 0 1011100 111000 1110110 1010101 11000

Color Harmonies of #0C6F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6F09

Black with #0C6F09

Text Example


Text Example

White with #0C6F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C6F09; }

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

 H1.HeaderClassName
 {
   color: #0C6F09;
 }
 .AnyTagClassName
 {
   color: #0C6F09;
 }
</style>

background-color css

<style>
 a { background-color: #0C6F09; }

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

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

border-color css

<style>
 span { border-color: #0C6F09; }

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

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