Html Css Color HEX #90A07D Sage

📋 copy color: '#90A07D'

red 144 ◦ green 160 ◦ blue 125

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

Shades of Sage #90A07D

Tints of Sage #90A07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.3%

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

R = 33.57%
G = 37.3%
B = 29.14%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#90A07D (or 0x90A07D) is known color: Sage. HEX triplet: 90, A0 and 7D. RGB value is (144,160,125). Sum of RGB (Red+Green+Blue) = 144+160+125=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #90A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A07D is #6F5F82. Grayscale: #979797. Windows color (decimal): -7298947 or 8233104. OLE color: 8233104.

HSL color Cylindrical-coordinate representation of color #90A07D: hue angle of 87.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90A07D is Cyan = 0.1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 160 125 -
CMYK 0.1 0 0.22 0.37
HSL 87.43º 0.16% 0.56% -
HSV(B) 87.43º 0.22% 0.63% -
XYZ 27.77 32.55 24.22 -
YUV 151.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 144 160 125 0.1 0 0.22 0.37 87.43 0.16 0.56
Hex 90 A0 7D A 0 16 25 57 10 38
Octal 220 240 175 12 0 26 45 127 20 70
Binary 10010000 10100000 1111101 1010 0 10110 100101 1010111 10000 111000

Color Harmonies of #90A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A07D

Black with #90A07D

Text Example


Text Example

White with #90A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A07D; }

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

 H1.HeaderClassName
 {
   color: #90A07D;
 }
 .AnyTagClassName
 {
   color: #90A07D;
 }
</style>

background-color css

<style>
 a { background-color: #90A07D; }

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

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

border-color css

<style>
 span { border-color: #90A07D; }

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

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