Html Css Color HEX #98A775 Sage

📋 copy color: '#98A775'

red 152 ◦ green 167 ◦ blue 117

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

Shades of Sage #98A775

Tints of Sage #98A775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 34.86%
G = 38.3%
B = 26.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#98A775 (or 0x98A775) is known color: Sage. HEX triplet: 98, A7 and 75. RGB value is (152,167,117). Sum of RGB (Red+Green+Blue) = 152+167+117=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #98A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A775 is #67588A. Grayscale: #9D9D9D. Windows color (decimal): -6772875 or 7710616. OLE color: 7710616.

HSL color Cylindrical-coordinate representation of color #98A775: hue angle of 78º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98A775 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 167 117 -
CMYK 0.09 0 0.30 0.35
HSL 78º 0.22% 0.56% -
HSV(B) 78º 0.3% 0.65% -
XYZ 29.98 35.6 22.12 -
YUV 156.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 152 167 117 0.09 0 0.30 0.35 78 0.22 0.56
Hex 98 A7 75 9 0 1E 23 4E 16 38
Octal 230 247 165 11 0 36 43 116 26 70
Binary 10011000 10100111 1110101 1001 0 11110 100011 1001110 10110 111000

Color Harmonies of #98A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A775

Black with #98A775

Text Example


Text Example

White with #98A775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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