Html Css Color HEX #909F7A Sage

📋 copy color: '#909F7A'

red 144 ◦ green 159 ◦ blue 122

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

Shades of Sage #909F7A

Tints of Sage #909F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.41%

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

R = 33.88%
G = 37.41%
B = 28.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#909F7A (or 0x909F7A) is known color: Sage. HEX triplet: 90, 9F and 7A. RGB value is (144,159,122). Sum of RGB (Red+Green+Blue) = 144+159+122=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #909F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F7A is #6F6085. Grayscale: #969696. Windows color (decimal): -7299206 or 8036240. OLE color: 8036240.

HSL color Cylindrical-coordinate representation of color #909F7A: hue angle of 84.32º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909F7A is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 159 122 -
CMYK 0.09 0 0.23 0.38
HSL 84.32º 0.16% 0.55% -
HSV(B) 84.32º 0.23% 0.62% -
XYZ 27.41 32.13 23.17 -
YUV 150.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 144 159 122 0.09 0 0.23 0.38 84.32 0.16 0.55
Hex 90 9F 7A 9 0 17 26 54 10 37
Octal 220 237 172 11 0 27 46 124 20 67
Binary 10010000 10011111 1111010 1001 0 10111 100110 1010100 10000 110111

Color Harmonies of #909F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909F7A

Black with #909F7A

Text Example


Text Example

White with #909F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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