#066A10

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

Shades of Green #066A10

Tints of Green #066A10

Color information

#066A10 (or 0x066A10) is unknown color: approx Green. HEX triplet: 06, 6A and 10. RGB value is (6,106,16). Sum of RGB (Red+Green+Blue) = 6+106+16=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 106 (41.80% from 255 or 82.81% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 106 - color contains mainly: green. Hex color #066A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066A10 is #F995EF. Grayscale: #424242. Windows color (decimal): -16356848 or 1075718. OLE color: 1075718.

HSL color Cylindrical-coordinate representation of color #066A10: hue angle of 126º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A10 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB610616-
CMYK0.9400.850.58
HSL126º89.29%21.96%-
HSV(B)126º94.34%41.57%-
XYZ5.3210.382.21-
YUV65.8499.8785.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 106 (41.80% from 255) = 82.81%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=4.69%
G=82.81%
B=12.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6106160.9400.850.5812689.2921.96
Hex66A105E0553A7e5916
Octal61522013601257217613126
Binary1101101010100001011110010101011110101111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066A10; }

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

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

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

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

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

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

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

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