Html Css Color HEX #98A47A Sage

📋 copy color: '#98A47A'

red 152 ◦ green 164 ◦ blue 122

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

Shades of Sage #98A47A

Tints of Sage #98A47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

 BLUE value IS 122 (48.05% from 255) = 27.85%

R = 34.7%
G = 37.44%
B = 27.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#98A47A (or 0x98A47A) is known color: Sage. HEX triplet: 98, A4 and 7A. RGB value is (152,164,122). Sum of RGB (Red+Green+Blue) = 152+164+122=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #98A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A47A is #675B85. Grayscale: #9B9B9B. Windows color (decimal): -6773638 or 8037528. OLE color: 8037528.

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

Color convert

RGB 152 164 122 -
CMYK 0.07 0 0.26 0.36
HSL 77.14º 0.19% 0.56% -
HSV(B) 77.14º 0.26% 0.64% -
XYZ 29.74 34.63 23.53 -
YUV 155.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 152 164 122 0.07 0 0.26 0.36 77.14 0.19 0.56
Hex 98 A4 7A 7 0 1A 24 4D 13 38
Octal 230 244 172 7 0 32 44 115 23 70
Binary 10011000 10100100 1111010 111 0 11010 100100 1001101 10011 111000

Color Harmonies of #98A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A47A

Black with #98A47A

Text Example


Text Example

White with #98A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,164,122); }

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

background-color css

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

 a { background-color: rgb(152,164,122); }

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

border-color css

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

 span { border-color: rgb(152,164,122); }

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