Html Css Color HEX #90A278 Sage

📋 copy color: '#90A278'

red 144 ◦ green 162 ◦ blue 120

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

Shades of Sage #90A278

Tints of Sage #90A278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 33.8%
G = 38.03%
B = 28.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#90A278 (or 0x90A278) is known color: Sage. HEX triplet: 90, A2 and 78. RGB value is (144,162,120). Sum of RGB (Red+Green+Blue) = 144+162+120=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #90A278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A278 is #6F5D87. Grayscale: #979797. Windows color (decimal): -7298440 or 7905936. OLE color: 7905936.

HSL color Cylindrical-coordinate representation of color #90A278: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90A278 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 162 120 -
CMYK 0.11 0 0.26 0.36
HSL 85.71º 0.18% 0.55% -
HSV(B) 85.71º 0.26% 0.64% -
XYZ 27.81 33.13 22.7 -
YUV 151.83 110.04 122.42 -
System Red Green Blue C M Y K H S L
Decimal 144 162 120 0.11 0 0.26 0.36 85.71 0.18 0.55
Hex 90 A2 78 B 0 1A 24 56 12 37
Octal 220 242 170 13 0 32 44 126 22 67
Binary 10010000 10100010 1111000 1011 0 11010 100100 1010110 10010 110111

Color Harmonies of #90A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A278

Black with #90A278

Text Example


Text Example

White with #90A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,162,120); }

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

background-color css

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

 a { background-color: rgb(144,162,120); }

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

border-color css

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

 span { border-color: rgb(144,162,120); }

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