Html Css Color HEX #066012 Green

📋 copy color: '#066012'

red 6 ◦ green 96 ◦ blue 18

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

Shades of Green #066012

Tints of Green #066012

RGB

 RED value IS 6 (2.73% from 255) = 5%

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

 BLUE value IS 18 (7.42% from 255) = 15%

R = 5%
G = 80%
B = 15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#066012 (or 0x066012) is known color: Green. HEX triplet: 06, 60 and 12. RGB value is (6,96,18). Sum of RGB (Red+Green+Blue) = 6+96+18=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #066012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066012 is #F99FED. Grayscale: #3C3C3C. Windows color (decimal): -16359406 or 1204230. OLE color: 1204230.

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

Color convert

RGB 6 96 18 -
CMYK 0.94 0 0.81 0.62
HSL 128º 0.88% 0.2% -
HSV(B) 128º 0.94% 0.38% -
XYZ 4.37 8.45 1.97 -
YUV 60.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 6 96 18 0.94 0 0.81 0.62 128 0.88 0.2
Hex 6 60 12 5E 0 51 3E 80 58 14
Octal 6 140 22 136 0 121 76 200 130 24
Binary 110 1100000 10010 1011110 0 1010001 111110 10000000 1011000 10100

Color Harmonies of #066012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066012

Black with #066012

Text Example


Text Example

White with #066012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066012; }

 p { color: rgb(6,96,18); }

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

background-color css

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

 a { background-color: rgb(6,96,18); }

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

border-color css

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

 span { border-color: rgb(6,96,18); }

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