#929E72

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

Shades of Sage #929E72

Tints of Sage #929E72

Color information

#929E72 (or 0x929E72) is unknown color: approx Sage. HEX triplet: 92, 9E and 72. RGB value is (146,158,114). Sum of RGB (Red+Green+Blue) = 146+158+114=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 158 - color contains mainly: green. Hex color #929E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E72 is #6D618D. Grayscale: #959595. Windows color (decimal): -7168398 or 7511698. OLE color: 7511698.

HSL color Cylindrical-coordinate representation of color #929E72: hue angle of 76.36º 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 #929E72 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB146158114-
CMYK0.0800.280.38
HSL76.36º18.49%53.33%-
HSV(B)76.36º27.85%61.96%-
XYZ27.1231.7820.62-
YUV149.4108.02125.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=34.93%
G=37.80%
B=27.27%

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
Decimal1461581140.0800.280.3876.3618.4953.33
Hex929E72801C264c1235
Octal22223616210034461142265
Binary100100101001111011100101000011100100110100110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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