Html Css Color HEX #899572 Sage

📋 copy color: '#899572'

red 137 ◦ green 149 ◦ blue 114

#899572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #899572

Tints of Sage #899572

RGB

 RED value IS 137 (53.91% from 255) = 34.25%

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 34.25%
G = 37.25%
B = 28.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#899572 (or 0x899572) is known color: Sage. HEX triplet: 89, 95 and 72. RGB value is (137,149,114). Sum of RGB (Red+Green+Blue) = 137+149+114=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #899572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899572 is #766A8D. Grayscale: #8D8D8D. Windows color (decimal): -7760526 or 7509385. OLE color: 7509385.

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

Color convert

RGB 137 149 114 -
CMYK 0.08 0 0.23 0.42
HSL 80.57º 0.14% 0.52% -
HSV(B) 80.57º 0.23% 0.58% -
XYZ 24.1 28.03 20.06 -
YUV 141.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 137 149 114 0.08 0 0.23 0.42 80.57 0.14 0.52
Hex 89 95 72 8 0 17 2A 51 E 34
Octal 211 225 162 10 0 27 52 121 16 64
Binary 10001001 10010101 1110010 1000 0 10111 101010 1010001 1110 110100

Color Harmonies of #899572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899572

Black with #899572

Text Example


Text Example

White with #899572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899572; }

 p { color: rgb(137,149,114); }

 H1.HeaderClassName
 {
   color: #899572;
 }
 .AnyTagClassName
 {
   color: #899572;
 }
</style>

background-color css

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

 a { background-color: rgb(137,149,114); }

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

border-color css

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

 span { border-color: rgb(137,149,114); }

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