Html Css Color HEX #909D6E Sage

📋 copy color: '#909D6E'

red 144 ◦ green 157 ◦ blue 110

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

Shades of Sage #909D6E

Tints of Sage #909D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 35.04%
G = 38.2%
B = 26.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#909D6E (or 0x909D6E) is known color: Sage. HEX triplet: 90, 9D and 6E. RGB value is (144,157,110). Sum of RGB (Red+Green+Blue) = 144+157+110=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #909D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D6E is #6F6291. Grayscale: #939393. Windows color (decimal): -7299730 or 7249296. OLE color: 7249296.

HSL color Cylindrical-coordinate representation of color #909D6E: hue angle of 76.6º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909D6E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 157 110 -
CMYK 0.08 0 0.30 0.38
HSL 76.6º 0.19% 0.52% -
HSV(B) 76.6º 0.3% 0.62% -
XYZ 26.37 31.17 19.38 -
YUV 147.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 144 157 110 0.08 0 0.30 0.38 76.6 0.19 0.52
Hex 90 9D 6E 8 0 1E 26 4D 13 34
Octal 220 235 156 10 0 36 46 115 23 64
Binary 10010000 10011101 1101110 1000 0 11110 100110 1001101 10011 110100

Color Harmonies of #909D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909D6E

Black with #909D6E

Text Example


Text Example

White with #909D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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