Html Css Color HEX #909F6D Sage

📋 copy color: '#909F6D'

red 144 ◦ green 159 ◦ blue 109

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

Shades of Sage #909F6D

Tints of Sage #909F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 34.95%
G = 38.59%
B = 26.46%

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

#909F6D (or 0x909F6D) is known color: Sage. HEX triplet: 90, 9F and 6D. RGB value is (144,159,109). Sum of RGB (Red+Green+Blue) = 144+159+109=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #909F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909F6D is #6F6092. Grayscale: #959595. Windows color (decimal): -7299219 or 7184272. OLE color: 7184272.

HSL color Cylindrical-coordinate representation of color #909F6D: hue angle of 78º degrees, saturation: 0.21, 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 #909F6D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 159 109 -
CMYK 0.09 0 0.31 0.38
HSL 78º 0.21% 0.53% -
HSV(B) 78º 0.31% 0.62% -
XYZ 26.66 31.83 19.21 -
YUV 148.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 144 159 109 0.09 0 0.31 0.38 78 0.21 0.53
Hex 90 9F 6D 9 0 1F 26 4E 15 35
Octal 220 237 155 11 0 37 46 116 25 65
Binary 10010000 10011111 1101101 1001 0 11111 100110 1001110 10101 110101

Color Harmonies of #909F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909F6D

Black with #909F6D

Text Example


Text Example

White with #909F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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