#066010

Color #066010 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #066010

Tints of Green #066010

Color information

#066010 (or 0x066010) is unknown color: approx Green. HEX triplet: 06, 60 and 10. RGB value is (6,96,16). Sum of RGB (Red+Green+Blue) = 6+96+16=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #066010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066010 is #F99FEF. Grayscale: #3C3C3C. Windows color (decimal): -16359408 or 1073158. OLE color: 1073158.

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

Color convert

RGB69616-
CMYK0.9400.830.62
HSL126.67º88.24%20%-
HSV(B)126.67º93.75%37.65%-
XYZ4.358.441.89-
YUV59.97103.1889.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 96 (37.89% from 255) = 81.36%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=5.08%
G=81.36%
B=13.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696160.9400.830.62126.6788.2420
Hex660105E0533E7f5814
Octal61402013601237617713024
Binary1101100000100001011110010100111111101111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066010; }

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

 H1.HeaderClassName
 {
   color: #066010;
 }
 .AnyTagClassName
 {
   color: #066010;
 }
</style>
background-color css

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

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

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

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

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

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