Html Css Color HEX #0C6409 Green

📋 copy color: '#0C6409'

red 12 ◦ green 100 ◦ blue 9

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

Shades of Green #0C6409

Tints of Green #0C6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 82.64%

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

R = 9.92%
G = 82.64%
B = 7.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#0C6409 (or 0x0C6409) is known color: Green. HEX triplet: 0C, 64 and 09. RGB value is (12,100,9). Sum of RGB (Red+Green+Blue) = 12+100+9=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6409 is #F39BF6. Grayscale: #3F3F3F. Windows color (decimal): -15965175 or 615436. OLE color: 615436.

HSL color Cylindrical-coordinate representation of color #0C6409: hue angle of 118.02º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6409 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 100 9 -
CMYK 0.88 0 0.91 0.61
HSL 118.02º 0.83% 0.21% -
HSV(B) 118.02º 0.91% 0.39% -
XYZ 4.76 9.21 1.79 -
YUV 63.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 12 100 9 0.88 0 0.91 0.61 118.02 0.83 0.21
Hex C 64 9 58 0 5B 3D 76 53 15
Octal 14 144 11 130 0 133 75 166 123 25
Binary 1100 1100100 1001 1011000 0 1011011 111101 1110110 1010011 10101

Color Harmonies of #0C6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6409

Black with #0C6409

Text Example


Text Example

White with #0C6409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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