#889374

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

Shades of Sage #889374

Tints of Sage #889374

Color information

#889374 (or 0x889374) is unknown color: approx Sage. HEX triplet: 88, 93 and 74. RGB value is (136,147,116). Sum of RGB (Red+Green+Blue) = 136+147+116=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #889374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889374 is #776C8B. Grayscale: #8C8C8C. Windows color (decimal): -7826572 or 7639944. OLE color: 7639944.

HSL color Cylindrical-coordinate representation of color #889374: hue angle of 81.29º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #889374 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB136147116-
CMYK0.0700.210.42
HSL81.29º12.55%51.57%-
HSV(B)81.29º21.09%57.65%-
XYZ23.7427.3620.55-
YUV140.18114.36125.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.09%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=34.09%
G=36.84%
B=29.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471160.0700.210.4281.2912.5551.57
Hex88937470152A51d34
Octal2102231647025521211564
Binary1000100010010011111010011101010110101010100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889374; }

 p { color: rgb(136,147,116); }

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

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

 a { background-color: rgb(136,147,116); }

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

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

 span { border-color: rgb(136,147,116); }

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