#919E72

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

Shades of Sage #919E72

Tints of Sage #919E72

Color information

#919E72 (or 0x919E72) is unknown color: approx Sage. HEX triplet: 91, 9E and 72. RGB value is (145,158,114). Sum of RGB (Red+Green+Blue) = 145+158+114=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 158 - color contains mainly: green. Hex color #919E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E72 is #6E618D. Grayscale: #959595. Windows color (decimal): -7233934 or 7511697. OLE color: 7511697.

HSL color Cylindrical-coordinate representation of color #919E72: hue angle of 77.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919E72 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB145158114-
CMYK0.0800.280.38
HSL77.73º18.49%53.33%-
HSV(B)77.73º27.85%61.96%-
XYZ26.9431.6920.62-
YUV149.1108.19125.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=34.77%
G=37.89%
B=27.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581140.0800.280.3877.7318.4953.33
Hex919E72801C264e1235
Octal22123616210034461162265
Binary100100011001111011100101000011100100110100111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919E72; }

 p { color: rgb(145,158,114); }

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

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

 a { background-color: rgb(145,158,114); }

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

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

 span { border-color: rgb(145,158,114); }

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