#066110

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

Shades of Green #066110

Tints of Green #066110

Color information

#066110 (or 0x066110) is unknown color: approx Green. HEX triplet: 06, 61 and 10. RGB value is (6,97,16). Sum of RGB (Red+Green+Blue) = 6+97+16=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #066110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066110 is #F99EEF. Grayscale: #3C3C3C. Windows color (decimal): -16359152 or 1073414. OLE color: 1073414.

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

Color convert

RGB69716-
CMYK0.9400.840.62
HSL126.59º88.35%20.2%-
HSV(B)126.59º93.81%38.04%-
XYZ4.448.631.92-
YUV60.56102.8589.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 97 (38.28% from 255) = 81.51%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=5.04%
G=81.51%
B=13.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697160.9400.840.62126.5988.3520.2
Hex661105E0543E7f5814
Octal61412013601247617713024
Binary1101100001100001011110010101001111101111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066110; }

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

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

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

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

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

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

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

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