Html Css Color HEX #066011 Green

📋 copy color: '#066011'

red 6 ◦ green 96 ◦ blue 17

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

Shades of Green #066011

Tints of Green #066011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 5.04%
G = 80.67%
B = 14.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#066011 (or 0x066011) is known color: Green. HEX triplet: 06, 60 and 11. RGB value is (6,96,17). Sum of RGB (Red+Green+Blue) = 6+96+17=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #066011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066011 is #F99FEE. Grayscale: #3C3C3C. Windows color (decimal): -16359407 or 1138694. OLE color: 1138694.

HSL color Cylindrical-coordinate representation of color #066011: hue angle of 127.33º 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 #066011 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 17 -
CMYK 0.94 0 0.82 0.62
HSL 127.33º 0.88% 0.2% -
HSV(B) 127.33º 0.94% 0.38% -
XYZ 4.36 8.44 1.93 -
YUV 60.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 6 96 17 0.94 0 0.82 0.62 127.33 0.88 0.2
Hex 6 60 11 5E 0 52 3E 7F 58 14
Octal 6 140 21 136 0 122 76 177 130 24
Binary 110 1100000 10001 1011110 0 1010010 111110 1111111 1011000 10100

Color Harmonies of #066011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066011

Black with #066011

Text Example


Text Example

White with #066011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066011; }

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

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

background-color css

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

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

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

border-color css

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

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

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