Html Css Color HEX #909F6E Sage

📋 copy color: '#909F6E'

red 144 ◦ green 159 ◦ blue 110

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

Shades of Sage #909F6E

Tints of Sage #909F6E

RGB

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

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

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

R = 34.87%
G = 38.5%
B = 26.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#909F6E (or 0x909F6E) is known color: Sage. HEX triplet: 90, 9F and 6E. RGB value is (144,159,110). Sum of RGB (Red+Green+Blue) = 144+159+110=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #909F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F6E is #6F6091. Grayscale: #959595. Windows color (decimal): -7299218 or 7249808. OLE color: 7249808.

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

Color convert

RGB 144 159 110 -
CMYK 0.09 0 0.31 0.38
HSL 78.37º 0.2% 0.53% -
HSV(B) 78.37º 0.31% 0.62% -
XYZ 26.71 31.85 19.49 -
YUV 148.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 144 159 110 0.09 0 0.31 0.38 78.37 0.2 0.53
Hex 90 9F 6E 9 0 1F 26 4E 14 35
Octal 220 237 156 11 0 37 46 116 24 65
Binary 10010000 10011111 1101110 1001 0 11111 100110 1001110 10100 110101

Color Harmonies of #909F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909F6E

Black with #909F6E

Text Example


Text Example

White with #909F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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