Html Css Color HEX #90997F Sage

📋 copy color: '#90997F'

red 144 ◦ green 153 ◦ blue 127

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

Shades of Sage #90997F

Tints of Sage #90997F

RGB

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

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

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

R = 33.96%
G = 36.08%
B = 29.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#90997F (or 0x90997F) is known color: Sage. HEX triplet: 90, 99 and 7F. RGB value is (144,153,127). Sum of RGB (Red+Green+Blue) = 144+153+127=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #90997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90997F is #6F6680. Grayscale: #939393. Windows color (decimal): -7300737 or 8362384. OLE color: 8362384.

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

Color convert

RGB 144 153 127 -
CMYK 0.06 0 0.17 0.4
HSL 80.77º 0.11% 0.55% -
HSV(B) 80.77º 0.17% 0.6% -
XYZ 26.72 30.24 24.51 -
YUV 147.35 116.52 125.61 -
System Red Green Blue C M Y K H S L
Decimal 144 153 127 0.06 0 0.17 0.4 80.77 0.11 0.55
Hex 90 99 7F 6 0 11 28 51 B 37
Octal 220 231 177 6 0 21 50 121 13 67
Binary 10010000 10011001 1111111 110 0 10001 101000 1010001 1011 110111

Color Harmonies of #90997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90997F

Black with #90997F

Text Example


Text Example

White with #90997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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