Html Css Color HEX #116150 Eden

📋 copy color: '#116150'

red 17 ◦ green 97 ◦ blue 80

#116150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #116150

Tints of Eden #116150

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 value IS 0.82

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#116150 (or 0x116150) is known color: 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

RGB 17 97 80 -
CMYK 0.82 0 0.18 0.62
HSL 167.25º 0.7% 0.22% -
HSV(B) 167.25º 0.82% 0.38% -
XYZ 5.95 9.25 9.06 -
YUV 71.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 17 97 80 0.82 0 0.18 0.62 167.25 0.7 0.22
Hex 11 61 50 52 0 12 3E A7 46 16
Octal 21 141 120 122 0 22 76 247 106 26
Binary 10001 1100001 1010000 1010010 0 10010 111110 10100111 1000110 10110

Color Harmonies of #116150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116150

Black with #116150

Text Example


Text Example

White with #116150

Text Example


Text Example

HTML Codes & Css Web 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>