Html Css Color HEX #98A27F Sage

📋 copy color: '#98A27F'

red 152 ◦ green 162 ◦ blue 127

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

Shades of Sage #98A27F

Tints of Sage #98A27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.73%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 34.47%
G = 36.73%
B = 28.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#98A27F (or 0x98A27F) is known color: Sage. HEX triplet: 98, A2 and 7F. RGB value is (152,162,127). Sum of RGB (Red+Green+Blue) = 152+162+127=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #98A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A27F is #675D80. Grayscale: #9B9B9B. Windows color (decimal): -6774145 or 8364696. OLE color: 8364696.

HSL color Cylindrical-coordinate representation of color #98A27F: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98A27F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 162 127 -
CMYK 0.06 0 0.22 0.36
HSL 77.14º 0.16% 0.57% -
HSV(B) 77.14º 0.22% 0.64% -
XYZ 29.7 34.05 25.09 -
YUV 155.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 152 162 127 0.06 0 0.22 0.36 77.14 0.16 0.57
Hex 98 A2 7F 6 0 16 24 4D 10 39
Octal 230 242 177 6 0 26 44 115 20 71
Binary 10011000 10100010 1111111 110 0 10110 100100 1001101 10000 111001

Color Harmonies of #98A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A27F

Black with #98A27F

Text Example


Text Example

White with #98A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,162,127); }

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

background-color css

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

 a { background-color: rgb(152,162,127); }

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

border-color css

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

 span { border-color: rgb(152,162,127); }

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