#919D72

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

Shades of Sage #919D72

Tints of Sage #919D72

Color information

#919D72 (or 0x919D72) is unknown color: approx Sage. HEX triplet: 91, 9D and 72. RGB value is (145,157,114). Sum of RGB (Red+Green+Blue) = 145+157+114=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #919D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D72 is #6E628D. Grayscale: #949494. Windows color (decimal): -7234190 or 7511441. OLE color: 7511441.

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

Color convert

RGB145157114-
CMYK0.0800.270.38
HSL76.74º17.99%53.14%-
HSV(B)76.74º27.39%61.57%-
XYZ26.7731.3520.56-
YUV148.51108.52125.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 157 (61.72% from 255) = 37.74%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=34.86%
G=37.74%
B=27.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451571140.0800.270.3876.7417.9953.14
Hex919D72801B264d1235
Octal22123516210033461152265
Binary100100011001110111100101000011011100110100110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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