#919B70

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

Shades of Sage #919B70

Tints of Sage #919B70

Color information

#919B70 (or 0x919B70) is unknown color: approx Sage. HEX triplet: 91, 9B and 70. RGB value is (145,155,112). Sum of RGB (Red+Green+Blue) = 145+155+112=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #919B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B70 is #6E648F. Grayscale: #939393. Windows color (decimal): -7234704 or 7379857. OLE color: 7379857.

HSL color Cylindrical-coordinate representation of color #919B70: hue angle of 73.95º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919B70 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB145155112-
CMYK0.0600.280.39
HSL73.95º17.7%52.35%-
HSV(B)73.95º27.74%60.78%-
XYZ26.3230.6319.85-
YUV147.11108.19126.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=35.19%
G=37.62%
B=27.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551120.0600.280.3973.9517.752.35
Hex919B70601C274a1234
Octal2212331606034471122264
Binary10010001100110111110000110011100100111100101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,155,112); }

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

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

 a { background-color: rgb(145,155,112); }

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

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

 span { border-color: rgb(145,155,112); }

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