Html Css Color HEX #0C6404 Green

📋 copy color: '#0C6404'

red 12 ◦ green 100 ◦ blue 4

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

Shades of Green #0C6404

Tints of Green #0C6404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.45%

R = 10.34%
G = 86.21%
B = 3.45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#0C6404 (or 0x0C6404) is known color: Green. HEX triplet: 0C, 64 and 04. RGB value is (12,100,4). Sum of RGB (Red+Green+Blue) = 12+100+4=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 100 (39.45% from 255 or 86.21% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6404 is #F39BFB. Grayscale: #3F3F3F. Windows color (decimal): -15965180 or 287756. OLE color: 287756.

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

Color convert

RGB 12 100 4 -
CMYK 0.88 0 0.96 0.61
HSL 115º 0.92% 0.2% -
HSV(B) 115º 0.96% 0.39% -
XYZ 4.73 9.2 1.64 -
YUV 62.74 94.85 91.81 -
System Red Green Blue C M Y K H S L
Decimal 12 100 4 0.88 0 0.96 0.61 115 0.92 0.2
Hex C 64 4 58 0 60 3D 73 5C 14
Octal 14 144 4 130 0 140 75 163 134 24
Binary 1100 1100100 100 1011000 0 1100000 111101 1110011 1011100 10100

Color Harmonies of #0C6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6404

Black with #0C6404

Text Example


Text Example

White with #0C6404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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