#116913

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

Shades of Green #116913

Tints of Green #116913

Color information

#116913 (or 0x116913) is unknown color: approx Green. HEX triplet: 11, 69 and 13. RGB value is (17,105,19). Sum of RGB (Red+Green+Blue) = 17+105+19=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #116913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116913 is #EE96EC. Grayscale: #454545. Windows color (decimal): -15636205 or 1272081. OLE color: 1272081.

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

Color convert

RGB1710519-
CMYK0.8400.820.59
HSL121.36º72.13%23.92%-
HSV(B)121.36º83.81%41.18%-
XYZ5.410.272.31-
YUV68.8899.8590.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.06%
GREEN value IS 105 (41.41% from 255) = 74.47%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=12.06%
G=74.47%
B=13.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105190.8400.820.59121.3672.1323.92
Hex116913540523B794818
Octal211512312401227317111030
Binary100011101001100111010100010100101110111111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116913; }

 p { color: rgb(17,105,19); }

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

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

 a { background-color: rgb(17,105,19); }

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

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

 span { border-color: rgb(17,105,19); }

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