#066210

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

Shades of Green #066210

Tints of Green #066210

Color information

#066210 (or 0x066210) is unknown color: approx Green. HEX triplet: 06, 62 and 10. RGB value is (6,98,16). Sum of RGB (Red+Green+Blue) = 6+98+16=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #066210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066210 is #F99DEF. Grayscale: #3D3D3D. Windows color (decimal): -16358896 or 1073670. OLE color: 1073670.

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

Color convert

RGB69816-
CMYK0.9400.840.62
HSL126.52º88.46%20.39%-
HSV(B)126.52º93.88%38.43%-
XYZ4.548.811.95-
YUV61.14102.5288.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 98 (38.67% from 255) = 81.67%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=5%
G=81.67%
B=13.33%

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
Decimal698160.9400.840.62126.5288.4620.39
Hex662105E0543E7f5814
Octal61422013601247617713024
Binary1101100010100001011110010101001111101111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066210; }

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

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

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

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

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

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

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

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