#066808

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

Shades of Green #066808

Tints of Green #066808

Color information

#066808 (or 0x066808) is unknown color: approx Green. HEX triplet: 06, 68 and 08. RGB value is (6,104,8). Sum of RGB (Red+Green+Blue) = 6+104+8=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 104 (41.02% from 255 or 88.14% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 104 - color contains mainly: green. Hex color #066808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066808 is #F997F7. Grayscale: #404040. Windows color (decimal): -16357368 or 550918. OLE color: 550918.

HSL color Cylindrical-coordinate representation of color #066808: hue angle of 121.22º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066808 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB61048-
CMYK0.9400.920.59
HSL121.22º89.09%21.57%-
HSV(B)121.22º94.23%40.78%-
XYZ5.079.961.88-
YUV63.7596.5386.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 104 (41.02% from 255) = 88.14%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=5.08%
G=88.14%
B=6.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal610480.9400.920.59121.2289.0921.57
Hex66885E05C3B795916
Octal61501013601347317113126
Binary110110100010001011110010111001110111111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066808; }

 p { color: rgb(6,104,8); }

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

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

 a { background-color: rgb(6,104,8); }

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

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

 span { border-color: rgb(6,104,8); }

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