Html Css Color HEX #899472 Sage

📋 copy color: '#899472'

red 137 ◦ green 148 ◦ blue 114

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

Shades of Sage #899472

Tints of Sage #899472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

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

R = 34.34%
G = 37.09%
B = 28.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#899472 (or 0x899472) is known color: Sage. HEX triplet: 89, 94 and 72. RGB value is (137,148,114). Sum of RGB (Red+Green+Blue) = 137+148+114=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #899472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899472 is #766B8D. Grayscale: #8C8C8C. Windows color (decimal): -7760782 or 7509129. OLE color: 7509129.

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

Color convert

RGB 137 148 114 -
CMYK 0.07 0 0.23 0.42
HSL 79.41º 0.14% 0.51% -
HSV(B) 79.41º 0.23% 0.58% -
XYZ 23.94 27.71 20.01 -
YUV 140.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 137 148 114 0.07 0 0.23 0.42 79.41 0.14 0.51
Hex 89 94 72 7 0 17 2A 4F E 33
Octal 211 224 162 7 0 27 52 117 16 63
Binary 10001001 10010100 1110010 111 0 10111 101010 1001111 1110 110011

Color Harmonies of #899472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899472

Black with #899472

Text Example


Text Example

White with #899472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899472; }

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

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

background-color css

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

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

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

border-color css

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

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

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