#106B14

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

Shades of Green #106B14

Tints of Green #106B14

Color information

#106B14 (or 0x106B14) is unknown color: approx Green. HEX triplet: 10, 6B and 14. RGB value is (16,107,20). Sum of RGB (Red+Green+Blue) = 16+107+20=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #106B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B14 is #EF94EB. Grayscale: #464646. Windows color (decimal): -15701228 or 1338128. OLE color: 1338128.

HSL color Cylindrical-coordinate representation of color #106B14: hue angle of 122.64º 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 #106B14 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB1610720-
CMYK0.8500.810.58
HSL122.64º73.98%24.12%-
HSV(B)122.64º85.05%41.96%-
XYZ5.610.682.43-
YUV69.8799.8589.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=11.19%
G=74.83%
B=13.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107200.8500.810.58122.6473.9824.12
Hex106B14550513A7b4a18
Octal201532412501217217311230
Binary100001101011101001010101010100011110101111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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