#106006

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

Shades of Green #106006

Tints of Green #106006

Color information

#106006 (or 0x106006) is unknown color: approx Green. HEX triplet: 10, 60 and 06. RGB value is (16,96,6). Sum of RGB (Red+Green+Blue) = 16+96+6=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 6 (2.73% from 255 or 5.08% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #106006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106006 is #EF9FF9. Grayscale: #3E3E3E. Windows color (decimal): -15704058 or 417808. OLE color: 417808.

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

Color convert

RGB16966-
CMYK0.8300.940.62
HSL113.33º88.24%20%-
HSV(B)113.33º93.75%37.65%-
XYZ4.438.491.58-
YUV61.8296.595.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 96 (37.89% from 255) = 81.36%
BLUE value IS 6 (2.73% from 255) = 5.08%
R=13.56%
G=81.36%
B=5.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal169660.8300.940.62113.3388.2420
Hex106065305E3E715814
Octal20140612301367616113024
Binary1000011000001101010011010111101111101110001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106006; }

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

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

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

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

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

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

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

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