#06660A

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

Shades of Green #06660A

Tints of Green #06660A

Color information

#06660A (or 0x06660A) is unknown color: approx Green. HEX triplet: 06, 66 and 0A. RGB value is (6,102,10). Sum of RGB (Red+Green+Blue) = 6+102+10=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #06660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06660A is #F999F5. Grayscale: #3F3F3F. Windows color (decimal): -16357878 or 681478. OLE color: 681478.

HSL color Cylindrical-coordinate representation of color #06660A: hue angle of 122.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06660A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB610210-
CMYK0.9400.900.6
HSL122.5º88.89%21.18%-
HSV(B)122.5º94.12%40%-
XYZ4.889.561.88-
YUV62.8198.287.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 102 (40.23% from 255) = 86.44%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=5.08%
G=86.44%
B=8.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6102100.9400.900.6122.588.8921.18
Hex666A5E05A3C7a5915
Octal61461213601327417213125
Binary110110011010101011110010110101111001111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06660A; }

 p { color: rgb(6,102,10); }

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

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

 a { background-color: rgb(6,102,10); }

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

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

 span { border-color: rgb(6,102,10); }

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