#106A08

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

Shades of Green #106A08

Tints of Green #106A08

Color information

#106A08 (or 0x106A08) is unknown color: approx Green. HEX triplet: 10, 6A and 08. RGB value is (16,106,8). Sum of RGB (Red+Green+Blue) = 16+106+8=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #106A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106A08 is #EF95F7. Grayscale: #444444. Windows color (decimal): -15701496 or 551440. OLE color: 551440.

HSL color Cylindrical-coordinate representation of color #106A08: hue angle of 115.1º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106A08 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB161068-
CMYK0.8500.920.58
HSL115.1º85.96%22.35%-
HSV(B)115.1º92.45%41.57%-
XYZ5.4110.441.96-
YUV67.9294.1890.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 106 (41.80% from 255) = 81.54%
BLUE value IS 8 (3.52% from 255) = 6.15%
R=12.31%
G=81.54%
B=6.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1610680.8500.920.58115.185.9622.35
Hex106A85505C3A735616
Octal201521012501347216312626
Binary10000110101010001010101010111001110101110011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A08; }

 p { color: rgb(16,106,8); }

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

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

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

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

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

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

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