#106B15

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

Shades of Green #106B15

Tints of Green #106B15

Color information

#106B15 (or 0x106B15) is unknown color: approx Green. HEX triplet: 10, 6B and 15. RGB value is (16,107,21). Sum of RGB (Red+Green+Blue) = 16+107+21=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 107 (42.19% from 255 or 74.31% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 107 - color contains mainly: green. Hex color #106B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B15 is #EF94EA. Grayscale: #464646. Windows color (decimal): -15701227 or 1403664. OLE color: 1403664.

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

Color convert

RGB1610721-
CMYK0.8500.800.58
HSL123.3º73.98%24.12%-
HSV(B)123.3º85.05%41.96%-
XYZ5.6110.682.48-
YUV69.99100.3589.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 107 (42.19% from 255) = 74.31%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=11.11%
G=74.31%
B=14.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107210.8500.800.58123.373.9824.12
Hex106B15550503A7b4a18
Octal201532512501207217311230
Binary100001101011101011010101010100001110101111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,21); }

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

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

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

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

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

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

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