#106610

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

Shades of Green #106610

Tints of Green #106610

Color information

#106610 (or 0x106610) is unknown color: approx Green. HEX triplet: 10, 66 and 10. RGB value is (16,102,16). Sum of RGB (Red+Green+Blue) = 16+102+16=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #106610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106610 is #EF99EF. Grayscale: #424242. Windows color (decimal): -15702512 or 1074704. OLE color: 1074704.

HSL color Cylindrical-coordinate representation of color #106610: hue angle of 120º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106610 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1610216-
CMYK0.8400.840.6
HSL120º72.88%23.14%-
HSV(B)120º84.31%40%-
XYZ5.069.652.09-
YUV66.4899.5191.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 102 (40.23% from 255) = 76.12%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=11.94%
G=76.12%
B=11.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102160.8400.840.612072.8823.14
Hex106610540543C784917
Octal201462012401247417011127
Binary100001100110100001010100010101001111001111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106610; }

 p { color: rgb(16,102,16); }

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

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

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

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

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

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

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