Html Css Color HEX #90977F Sage

📋 copy color: '#90977F'

red 144 ◦ green 151 ◦ blue 127

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

Shades of Sage #90977F

Tints of Sage #90977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.78%

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

R = 34.12%
G = 35.78%
B = 30.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#90977F (or 0x90977F) is known color: Sage. HEX triplet: 90, 97 and 7F. RGB value is (144,151,127). Sum of RGB (Red+Green+Blue) = 144+151+127=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #90977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90977F is #6F6880. Grayscale: #929292. Windows color (decimal): -7301249 or 8361872. OLE color: 8361872.

HSL color Cylindrical-coordinate representation of color #90977F: hue angle of 77.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90977F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 127 -
CMYK 0.05 0 0.16 0.41
HSL 77.5º 0.1% 0.55% -
HSV(B) 77.5º 0.16% 0.59% -
XYZ 26.4 29.59 24.4 -
YUV 146.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 144 151 127 0.05 0 0.16 0.41 77.5 0.1 0.55
Hex 90 97 7F 5 0 10 29 4E A 37
Octal 220 227 177 5 0 20 51 116 12 67
Binary 10010000 10010111 1111111 101 0 10000 101001 1001110 1010 110111

Color Harmonies of #90977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90977F

Black with #90977F

Text Example


Text Example

White with #90977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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