Html Css Color HEX #899078 Sage

📋 copy color: '#899078'

red 137 ◦ green 144 ◦ blue 120

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

Shades of Sage #899078

Tints of Sage #899078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 120 (47.27% from 255) = 29.93%

R = 34.16%
G = 35.91%
B = 29.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#899078 (or 0x899078) is known color: Sage. HEX triplet: 89, 90 and 78. RGB value is (137,144,120). Sum of RGB (Red+Green+Blue) = 137+144+120=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #899078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899078 is #766F87. Grayscale: #8B8B8B. Windows color (decimal): -7761800 or 7901321. OLE color: 7901321.

HSL color Cylindrical-coordinate representation of color #899078: hue angle of 77.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #899078 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 120 -
CMYK 0.05 0 0.17 0.44
HSL 77.5º 0.1% 0.52% -
HSV(B) 77.5º 0.17% 0.56% -
XYZ 23.68 26.62 21.66 -
YUV 139.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 137 144 120 0.05 0 0.17 0.44 77.5 0.1 0.52
Hex 89 90 78 5 0 11 2C 4E A 34
Octal 211 220 170 5 0 21 54 116 12 64
Binary 10001001 10010000 1111000 101 0 10001 101100 1001110 1010 110100

Color Harmonies of #899078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899078

Black with #899078

Text Example


Text Example

White with #899078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899078; }

 p { color: rgb(137,144,120); }

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

background-color css

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

 a { background-color: rgb(137,144,120); }

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

border-color css

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

 span { border-color: rgb(137,144,120); }

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