#106B05

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

Shades of Green #106B05

Tints of Green #106B05

Color information

#106B05 (or 0x106B05) is unknown color: approx Green. HEX triplet: 10, 6B and 05. RGB value is (16,107,5). Sum of RGB (Red+Green+Blue) = 16+107+5=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 107 (42.19% from 255 or 83.59% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 107 - color contains mainly: green. Hex color #106B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B05 is #EF94FA. Grayscale: #444444. Windows color (decimal): -15701243 or 355088. OLE color: 355088.

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

Color convert

RGB161075-
CMYK0.8500.950.58
HSL113.53º91.07%21.96%-
HSV(B)113.53º95.33%41.96%-
XYZ5.510.641.91-
YUV68.1692.3590.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 107 (42.19% from 255) = 83.59%
BLUE value IS 5 (2.34% from 255) = 3.91%
R=12.5%
G=83.59%
B=3.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1610750.8500.950.58113.5391.0721.96
Hex106B55505F3A725b16
Octal20153512501377216213326
Binary1000011010111011010101010111111110101110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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