#106918

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

Shades of Green #106918

Tints of Green #106918

Color information

#106918 (or 0x106918) is unknown color: approx Green. HEX triplet: 10, 69 and 18. RGB value is (16,105,24). Sum of RGB (Red+Green+Blue) = 16+105+24=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #106918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106918 is #EF96E7. Grayscale: #454545. Windows color (decimal): -15701736 or 1599760. OLE color: 1599760.

HSL color Cylindrical-coordinate representation of color #106918: hue angle of 125.39º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106918 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1610524-
CMYK0.8500.770.59
HSL125.39º73.55%23.73%-
HSV(B)125.39º84.76%41.18%-
XYZ5.4310.282.56-
YUV69.16102.5190.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=11.03%
G=72.41%
B=16.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16105240.8500.770.59125.3973.5523.73
Hex1069185504D3B7d4a18
Octal201513012501157317511230
Binary100001101001110001010101010011011110111111101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106918; }

 p { color: rgb(16,105,24); }

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

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

 a { background-color: rgb(16,105,24); }

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

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

 span { border-color: rgb(16,105,24); }

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