Html Css Color HEX #0C6B18 Green

📋 copy color: '#0C6B18'

red 12 ◦ green 107 ◦ blue 24

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

Shades of Green #0C6B18

Tints of Green #0C6B18

RGB

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

 GREEN value IS 107 (42.19% from 255) = 74.83%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 8.39%
G = 74.83%
B = 16.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#0C6B18 (or 0x0C6B18) is known color: Green. HEX triplet: 0C, 6B and 18. RGB value is (12,107,24). Sum of RGB (Red+Green+Blue) = 12+107+24=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6B18 is #F394E7. Grayscale: #454545. Windows color (decimal): -15963368 or 1600268. OLE color: 1600268.

HSL color Cylindrical-coordinate representation of color #0C6B18: hue angle of 127.58º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6B18 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 24 -
CMYK 0.89 0 0.78 0.58
HSL 127.58º 0.8% 0.23% -
HSV(B) 127.58º 0.89% 0.42% -
XYZ 5.57 10.66 2.63 -
YUV 69.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 12 107 24 0.89 0 0.78 0.58 127.58 0.8 0.23
Hex C 6B 18 59 0 4E 3A 80 50 17
Octal 14 153 30 131 0 116 72 200 120 27
Binary 1100 1101011 11000 1011001 0 1001110 111010 10000000 1010000 10111

Color Harmonies of #0C6B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B18

Black with #0C6B18

Text Example


Text Example

White with #0C6B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,24); }

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

background-color css

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

 a { background-color: rgb(12,107,24); }

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

border-color css

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

 span { border-color: rgb(12,107,24); }

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