Html Css Color HEX #899372 Sage

📋 copy color: '#899372'

red 137 ◦ green 147 ◦ blue 114

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

Shades of Sage #899372

Tints of Sage #899372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 34.42%
G = 36.93%
B = 28.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#899372 (or 0x899372) is known color: Sage. HEX triplet: 89, 93 and 72. RGB value is (137,147,114). Sum of RGB (Red+Green+Blue) = 137+147+114=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #899372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899372 is #766C8D. Grayscale: #8C8C8C. Windows color (decimal): -7761038 or 7508873. OLE color: 7508873.

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

Color convert

RGB 137 147 114 -
CMYK 0.07 0 0.22 0.42
HSL 78.18º 0.13% 0.51% -
HSV(B) 78.18º 0.22% 0.58% -
XYZ 23.79 27.4 19.95 -
YUV 140.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 137 147 114 0.07 0 0.22 0.42 78.18 0.13 0.51
Hex 89 93 72 7 0 16 2A 4E D 33
Octal 211 223 162 7 0 26 52 116 15 63
Binary 10001001 10010011 1110010 111 0 10110 101010 1001110 1101 110011

Color Harmonies of #899372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899372

Black with #899372

Text Example


Text Example

White with #899372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899372; }

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

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

background-color css

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

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

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

border-color css

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

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

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