Html Css Color HEX #89947A Sage

📋 copy color: '#89947A'

red 137 ◦ green 148 ◦ blue 122

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

Shades of Sage #89947A

Tints of Sage #89947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 33.66%
G = 36.36%
B = 29.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#89947A (or 0x89947A) is known color: Sage. HEX triplet: 89, 94 and 7A. RGB value is (137,148,122). Sum of RGB (Red+Green+Blue) = 137+148+122=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #89947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89947A is #766B85. Grayscale: #8D8D8D. Windows color (decimal): -7760774 or 8033417. OLE color: 8033417.

HSL color Cylindrical-coordinate representation of color #89947A: hue angle of 85.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89947A is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 148 122 -
CMYK 0.07 0 0.18 0.42
HSL 85.38º 0.11% 0.53% -
HSV(B) 85.38º 0.18% 0.58% -
XYZ 24.42 27.9 22.51 -
YUV 141.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 137 148 122 0.07 0 0.18 0.42 85.38 0.11 0.53
Hex 89 94 7A 7 0 12 2A 55 B 35
Octal 211 224 172 7 0 22 52 125 13 65
Binary 10001001 10010100 1111010 111 0 10010 101010 1010101 1011 110101

Color Harmonies of #89947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89947A

Black with #89947A

Text Example


Text Example

White with #89947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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