Html Css Color HEX #0C6308 Green

📋 copy color: '#0C6308'

red 12 ◦ green 99 ◦ blue 8

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

Shades of Green #0C6308

Tints of Green #0C6308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.72%

R = 10.08%
G = 83.19%
B = 6.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#0C6308 (or 0x0C6308) is known color: Green. HEX triplet: 0C, 63 and 08. RGB value is (12,99,8). Sum of RGB (Red+Green+Blue) = 12+99+8=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 99 (39.06% from 255 or 83.19% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6308 is #F39CF7. Grayscale: #3E3E3E. Windows color (decimal): -15965432 or 549644. OLE color: 549644.

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

Color convert

RGB 12 99 8 -
CMYK 0.88 0 0.92 0.61
HSL 117.36º 0.85% 0.21% -
HSV(B) 117.36º 0.92% 0.39% -
XYZ 4.66 9.02 1.73 -
YUV 62.61 97.18 91.9 -
System Red Green Blue C M Y K H S L
Decimal 12 99 8 0.88 0 0.92 0.61 117.36 0.85 0.21
Hex C 63 8 58 0 5C 3D 75 55 15
Octal 14 143 10 130 0 134 75 165 125 25
Binary 1100 1100011 1000 1011000 0 1011100 111101 1110101 1010101 10101

Color Harmonies of #0C6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6308

Black with #0C6308

Text Example


Text Example

White with #0C6308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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