Html Css Color HEX #98A970 Sage

📋 copy color: '#98A970'

red 152 ◦ green 169 ◦ blue 112

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

Shades of Sage #98A970

Tints of Sage #98A970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.03%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 35.1%
G = 39.03%
B = 25.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#98A970 (or 0x98A970) is known color: Sage. HEX triplet: 98, A9 and 70. RGB value is (152,169,112). Sum of RGB (Red+Green+Blue) = 152+169+112=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #98A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A970 is #67568F. Grayscale: #9D9D9D. Windows color (decimal): -6772368 or 7383448. OLE color: 7383448.

HSL color Cylindrical-coordinate representation of color #98A970: hue angle of 77.89º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98A970 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 169 112 -
CMYK 0.10 0 0.34 0.34
HSL 77.89º 0.25% 0.55% -
HSV(B) 77.89º 0.34% 0.66% -
XYZ 30.06 36.22 20.74 -
YUV 157.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 152 169 112 0.10 0 0.34 0.34 77.89 0.25 0.55
Hex 98 A9 70 A 0 22 22 4E 19 37
Octal 230 251 160 12 0 42 42 116 31 67
Binary 10011000 10101001 1110000 1010 0 100010 100010 1001110 11001 110111

Color Harmonies of #98A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A970

Black with #98A970

Text Example


Text Example

White with #98A970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,169,112); }

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

background-color css

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

 a { background-color: rgb(152,169,112); }

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

border-color css

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

 span { border-color: rgb(152,169,112); }

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