Html Css Color HEX #98A076 Sage

📋 copy color: '#98A076'

red 152 ◦ green 160 ◦ blue 118

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

Shades of Sage #98A076

Tints of Sage #98A076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 35.35%
G = 37.21%
B = 27.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#98A076 (or 0x98A076) is known color: Sage. HEX triplet: 98, A0 and 76. RGB value is (152,160,118). Sum of RGB (Red+Green+Blue) = 152+160+118=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #98A076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A076 is #675F89. Grayscale: #989898. Windows color (decimal): -6774666 or 7774360. OLE color: 7774360.

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

Color convert

RGB 152 160 118 -
CMYK 0.05 0 0.26 0.37
HSL 71.43º 0.18% 0.55% -
HSV(B) 71.43º 0.26% 0.63% -
XYZ 28.79 33.13 22.02 -
YUV 152.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 152 160 118 0.05 0 0.26 0.37 71.43 0.18 0.55
Hex 98 A0 76 5 0 1A 25 47 12 37
Octal 230 240 166 5 0 32 45 107 22 67
Binary 10011000 10100000 1110110 101 0 11010 100101 1000111 10010 110111

Color Harmonies of #98A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A076

Black with #98A076

Text Example


Text Example

White with #98A076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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