Html Css Color HEX #90937A Sage

📋 copy color: '#90937A'

red 144 ◦ green 147 ◦ blue 122

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

Shades of Sage #90937A

Tints of Sage #90937A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 34.87%
G = 35.59%
B = 29.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#90937A (or 0x90937A) is known color: Sage. HEX triplet: 90, 93 and 7A. RGB value is (144,147,122). Sum of RGB (Red+Green+Blue) = 144+147+122=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #90937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90937A is #6F6C85. Grayscale: #8F8F8F. Windows color (decimal): -7302278 or 8033168. OLE color: 8033168.

HSL color Cylindrical-coordinate representation of color #90937A: hue angle of 67.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90937A is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 147 122 -
CMYK 0.02 0 0.17 0.42
HSL 67.2º 0.1% 0.53% -
HSV(B) 67.2º 0.17% 0.58% -
XYZ 25.45 28.2 22.51 -
YUV 143.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 144 147 122 0.02 0 0.17 0.42 67.2 0.1 0.53
Hex 90 93 7A 2 0 11 2A 43 A 35
Octal 220 223 172 2 0 21 52 103 12 65
Binary 10010000 10010011 1111010 10 0 10001 101010 1000011 1010 110101

Color Harmonies of #90937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90937A

Black with #90937A

Text Example


Text Example

White with #90937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90937A; }

 p { color: rgb(144,147,122); }

 H1.HeaderClassName
 {
   color: #90937A;
 }
 .AnyTagClassName
 {
   color: #90937A;
 }
</style>

background-color css

<style>
 a { background-color: #90937A; }

 a { background-color: rgb(144,147,122); }

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

border-color css

<style>
 span { border-color: #90937A; }

 span { border-color: rgb(144,147,122); }

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