Html Css Color HEX #0C6B19 Green

📋 copy color: '#0C6B19'

red 12 ◦ green 107 ◦ blue 25

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

Shades of Green #0C6B19

Tints of Green #0C6B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 8.33%
G = 74.31%
B = 17.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#0C6B19 (or 0x0C6B19) is known color: Green. HEX triplet: 0C, 6B and 19. RGB value is (12,107,25). Sum of RGB (Red+Green+Blue) = 12+107+25=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 107 (42.19% from 255 or 74.31% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6B19 is #F394E6. Grayscale: #454545. Windows color (decimal): -15963367 or 1665804. OLE color: 1665804.

HSL color Cylindrical-coordinate representation of color #0C6B19: hue angle of 128.21º 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 #0C6B19 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 107 25 -
CMYK 0.89 0 0.77 0.58
HSL 128.21º 0.8% 0.23% -
HSV(B) 128.21º 0.89% 0.42% -
XYZ 5.58 10.66 2.68 -
YUV 69.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 12 107 25 0.89 0 0.77 0.58 128.21 0.8 0.23
Hex C 6B 19 59 0 4D 3A 80 50 17
Octal 14 153 31 131 0 115 72 200 120 27
Binary 1100 1101011 11001 1011001 0 1001101 111010 10000000 1010000 10111

Color Harmonies of #0C6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B19

Black with #0C6B19

Text Example


Text Example

White with #0C6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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