#116150

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

Shades of Eden #116150

Tints of Eden #116150

Color information

#116150 (or 0x116150) is unknown color: approx Eden. HEX triplet: 11, 61 and 50. RGB value is (17,97,80). Sum of RGB (Red+Green+Blue) = 17+97+80=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #116150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116150 is #EE9EAF. Grayscale: #474747. Windows color (decimal): -15638192 or 5267729. OLE color: 5267729.

HSL color Cylindrical-coordinate representation of color #116150: hue angle of 167.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116150 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB179780-
CMYK0.8200.180.62
HSL167.25º70.18%22.35%-
HSV(B)167.25º82.47%38.04%-
XYZ5.959.259.06-
YUV71.1413389.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=8.76%
G=50%
B=41.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797800.8200.180.62167.2570.1822.35
Hex116150520123Ea74616
Octal211411201220227624710626
Binary1000111000011010000101001001001011111010100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116150; }

 p { color: rgb(17,97,80); }

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

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

 a { background-color: rgb(17,97,80); }

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

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

 span { border-color: rgb(17,97,80); }

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