Html Css Color HEX #98A078 Sage

📋 copy color: '#98A078'

red 152 ◦ green 160 ◦ blue 120

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

Shades of Sage #98A078

Tints of Sage #98A078

RGB

 RED value IS 152 (59.77% from 255) = 35.19%

 GREEN value IS 160 (62.89% from 255) = 37.04%

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

R = 35.19%
G = 37.04%
B = 27.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#98A078 (or 0x98A078) is known color: Sage. HEX triplet: 98, A0 and 78. RGB value is (152,160,120). Sum of RGB (Red+Green+Blue) = 152+160+120=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #98A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A078 is #675F87. Grayscale: #999999. Windows color (decimal): -6774664 or 7905432. OLE color: 7905432.

HSL color Cylindrical-coordinate representation of color #98A078: hue angle of 72º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A078 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 160 120 -
CMYK 0.05 0 0.25 0.37
HSL 72º 0.17% 0.55% -
HSV(B) 72º 0.25% 0.63% -
XYZ 28.91 33.17 22.65 -
YUV 153.05 109.35 127.25 -
System Red Green Blue C M Y K H S L
Decimal 152 160 120 0.05 0 0.25 0.37 72 0.17 0.55
Hex 98 A0 78 5 0 19 25 48 11 37
Octal 230 240 170 5 0 31 45 110 21 67
Binary 10011000 10100000 1111000 101 0 11001 100101 1001000 10001 110111

Color Harmonies of #98A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A078

Black with #98A078

Text Example


Text Example

White with #98A078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A078; }

 p { color: rgb(152,160,120); }

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

background-color css

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

 a { background-color: rgb(152,160,120); }

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

border-color css

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

 span { border-color: rgb(152,160,120); }

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