Html Css Color HEX #0C6304 Green

📋 copy color: '#0C6304'

red 12 ◦ green 99 ◦ blue 4

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

Shades of Green #0C6304

Tints of Green #0C6304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 86.09%

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

R = 10.43%
G = 86.09%
B = 3.48%

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

#0C6304 (or 0x0C6304) is known color: Green. HEX triplet: 0C, 63 and 04. RGB value is (12,99,4). Sum of RGB (Red+Green+Blue) = 12+99+4=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 99 (39.06% from 255 or 86.09% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6304 is #F39CFB. Grayscale: #3E3E3E. Windows color (decimal): -15965436 or 287500. OLE color: 287500.

HSL color Cylindrical-coordinate representation of color #0C6304: hue angle of 114.95º 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 #0C6304 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 4 -
CMYK 0.88 0 0.96 0.61
HSL 114.95º 0.92% 0.2% -
HSV(B) 114.95º 0.96% 0.39% -
XYZ 4.64 9.01 1.61 -
YUV 62.16 95.18 92.22 -
System Red Green Blue C M Y K H S L
Decimal 12 99 4 0.88 0 0.96 0.61 114.95 0.92 0.2
Hex C 63 4 58 0 60 3D 73 5C 14
Octal 14 143 4 130 0 140 75 163 134 24
Binary 1100 1100011 100 1011000 0 1100000 111101 1110011 1011100 10100

Color Harmonies of #0C6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6304

Black with #0C6304

Text Example


Text Example

White with #0C6304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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