Html Css Color HEX #0C6007 Green

📋 copy color: '#0C6007'

red 12 ◦ green 96 ◦ blue 7

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

Shades of Green #0C6007

Tints of Green #0C6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 83.48%

 BLUE value IS 7 (3.13% from 255) = 6.09%

R = 10.43%
G = 83.48%
B = 6.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#0C6007 (or 0x0C6007) is known color: Green. HEX triplet: 0C, 60 and 07. RGB value is (12,96,7). Sum of RGB (Red+Green+Blue) = 12+96+7=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6007 is #F39FF8. Grayscale: #3D3D3D. Windows color (decimal): -15966201 or 483340. OLE color: 483340.

HSL color Cylindrical-coordinate representation of color #0C6007: hue angle of 116.63º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C6007 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 96 7 -
CMYK 0.88 0 0.93 0.62
HSL 116.63º 0.86% 0.2% -
HSV(B) 116.63º 0.93% 0.38% -
XYZ 4.37 8.46 1.6 -
YUV 60.74 97.67 93.24 -
System Red Green Blue C M Y K H S L
Decimal 12 96 7 0.88 0 0.93 0.62 116.63 0.86 0.2
Hex C 60 7 58 0 5D 3E 75 56 14
Octal 14 140 7 130 0 135 76 165 126 24
Binary 1100 1100000 111 1011000 0 1011101 111110 1110101 1010110 10100

Color Harmonies of #0C6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6007

Black with #0C6007

Text Example


Text Example

White with #0C6007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,7); }

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

background-color css

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

 a { background-color: rgb(12,96,7); }

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

border-color css

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

 span { border-color: rgb(12,96,7); }

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