Html Css Color HEX #98A772 Sage

📋 copy color: '#98A772'

red 152 ◦ green 167 ◦ blue 114

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

Shades of Sage #98A772

Tints of Sage #98A772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

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

R = 35.1%
G = 38.57%
B = 26.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#98A772 (or 0x98A772) is known color: Sage. HEX triplet: 98, A7 and 72. RGB value is (152,167,114). Sum of RGB (Red+Green+Blue) = 152+167+114=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #98A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A772 is #67588D. Grayscale: #9C9C9C. Windows color (decimal): -6772878 or 7514008. OLE color: 7514008.

HSL color Cylindrical-coordinate representation of color #98A772: hue angle of 76.98º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98A772 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 167 114 -
CMYK 0.09 0 0.32 0.35
HSL 76.98º 0.23% 0.55% -
HSV(B) 76.98º 0.32% 0.65% -
XYZ 29.8 35.53 21.21 -
YUV 156.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 152 167 114 0.09 0 0.32 0.35 76.98 0.23 0.55
Hex 98 A7 72 9 0 20 23 4D 17 37
Octal 230 247 162 11 0 40 43 115 27 67
Binary 10011000 10100111 1110010 1001 0 100000 100011 1001101 10111 110111

Color Harmonies of #98A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A772

Black with #98A772

Text Example


Text Example

White with #98A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,167,114); }

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

background-color css

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

 a { background-color: rgb(152,167,114); }

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

border-color css

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

 span { border-color: rgb(152,167,114); }

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