Html Css Color HEX #909D7E Sage

📋 copy color: '#909D7E'

red 144 ◦ green 157 ◦ blue 126

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

Shades of Sage #909D7E

Tints of Sage #909D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 33.72%
G = 36.77%
B = 29.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#909D7E (or 0x909D7E) is known color: Sage. HEX triplet: 90, 9D and 7E. RGB value is (144,157,126). Sum of RGB (Red+Green+Blue) = 144+157+126=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #909D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D7E is #6F6281. Grayscale: #959595. Windows color (decimal): -7299714 or 8297872. OLE color: 8297872.

HSL color Cylindrical-coordinate representation of color #909D7E: hue angle of 85.16º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909D7E is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 157 126 -
CMYK 0.08 0 0.20 0.38
HSL 85.16º 0.14% 0.55% -
HSV(B) 85.16º 0.2% 0.62% -
XYZ 27.32 31.55 24.39 -
YUV 149.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 144 157 126 0.08 0 0.20 0.38 85.16 0.14 0.55
Hex 90 9D 7E 8 0 14 26 55 E 37
Octal 220 235 176 10 0 24 46 125 16 67
Binary 10010000 10011101 1111110 1000 0 10100 100110 1010101 1110 110111

Color Harmonies of #909D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909D7E

Black with #909D7E

Text Example


Text Example

White with #909D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,157,126); }

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

background-color css

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

 a { background-color: rgb(144,157,126); }

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

border-color css

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

 span { border-color: rgb(144,157,126); }

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