Html Css Color HEX #909B7A Sage

📋 copy color: '#909B7A'

red 144 ◦ green 155 ◦ blue 122

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

Shades of Sage #909B7A

Tints of Sage #909B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

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

R = 34.2%
G = 36.82%
B = 28.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#909B7A (or 0x909B7A) is known color: Sage. HEX triplet: 90, 9B and 7A. RGB value is (144,155,122). Sum of RGB (Red+Green+Blue) = 144+155+122=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #909B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909B7A is #6F6485. Grayscale: #949494. Windows color (decimal): -7300230 or 8035216. OLE color: 8035216.

HSL color Cylindrical-coordinate representation of color #909B7A: hue angle of 80º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909B7A is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 155 122 -
CMYK 0.07 0 0.21 0.39
HSL 80º 0.14% 0.54% -
HSV(B) 80º 0.21% 0.61% -
XYZ 26.74 30.78 22.94 -
YUV 147.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 144 155 122 0.07 0 0.21 0.39 80 0.14 0.54
Hex 90 9B 7A 7 0 15 27 50 E 36
Octal 220 233 172 7 0 25 47 120 16 66
Binary 10010000 10011011 1111010 111 0 10101 100111 1010000 1110 110110

Color Harmonies of #909B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909B7A

Black with #909B7A

Text Example


Text Example

White with #909B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909B7A; }

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

 H1.HeaderClassName
 {
   color: #909B7A;
 }
 .AnyTagClassName
 {
   color: #909B7A;
 }
</style>

background-color css

<style>
 a { background-color: #909B7A; }

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

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

border-color css

<style>
 span { border-color: #909B7A; }

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

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