#116812

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

Shades of Green #116812

Tints of Green #116812

Color information

#116812 (or 0x116812) is unknown color: approx Green. HEX triplet: 11, 68 and 12. RGB value is (17,104,18). Sum of RGB (Red+Green+Blue) = 17+104+18=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #116812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116812 is #EE97ED. Grayscale: #444444. Windows color (decimal): -15636462 or 1206289. OLE color: 1206289.

HSL color Cylindrical-coordinate representation of color #116812: hue angle of 120.69º 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 #116812 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1710418-
CMYK0.8400.830.59
HSL120.69º71.9%23.73%-
HSV(B)120.69º83.65%40.78%-
XYZ5.2910.062.24-
YUV68.1899.6891.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 104 (41.02% from 255) = 74.82%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=12.23%
G=74.82%
B=12.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104180.8400.830.59120.6971.923.73
Hex116812540533B794818
Octal211502212401237317111030
Binary100011101000100101010100010100111110111111001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116812; }

 p { color: rgb(17,104,18); }

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

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

 a { background-color: rgb(17,104,18); }

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

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

 span { border-color: rgb(17,104,18); }

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