Html Css Color HEX #90997D Sage

📋 copy color: '#90997D'

red 144 ◦ green 153 ◦ blue 125

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

Shades of Sage #90997D

Tints of Sage #90997D

RGB

 RED value IS 144 (56.64% from 255) = 34.12%

 GREEN value IS 153 (60.16% from 255) = 36.26%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 34.12%
G = 36.26%
B = 29.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#90997D (or 0x90997D) is known color: Sage. HEX triplet: 90, 99 and 7D. RGB value is (144,153,125). Sum of RGB (Red+Green+Blue) = 144+153+125=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #90997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90997D is #6F6682. Grayscale: #939393. Windows color (decimal): -7300739 or 8231312. OLE color: 8231312.

HSL color Cylindrical-coordinate representation of color #90997D: hue angle of 79.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90997D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 125 -
CMYK 0.06 0 0.18 0.4
HSL 79.29º 0.12% 0.55% -
HSV(B) 79.29º 0.18% 0.6% -
XYZ 26.59 30.19 23.83 -
YUV 147.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 144 153 125 0.06 0 0.18 0.4 79.29 0.12 0.55
Hex 90 99 7D 6 0 12 28 4F C 37
Octal 220 231 175 6 0 22 50 117 14 67
Binary 10010000 10011001 1111101 110 0 10010 101000 1001111 1100 110111

Color Harmonies of #90997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90997D

Black with #90997D

Text Example


Text Example

White with #90997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90997D; }

 p { color: rgb(144,153,125); }

 H1.HeaderClassName
 {
   color: #90997D;
 }
 .AnyTagClassName
 {
   color: #90997D;
 }
</style>

background-color css

<style>
 a { background-color: #90997D; }

 a { background-color: rgb(144,153,125); }

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

border-color css

<style>
 span { border-color: #90997D; }

 span { border-color: rgb(144,153,125); }

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