Html Css Color HEX #909A6F Sage

📋 copy color: '#909A6F'

red 144 ◦ green 154 ◦ blue 111

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

Shades of Sage #909A6F

Tints of Sage #909A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 35.21%
G = 37.65%
B = 27.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#909A6F (or 0x909A6F) is known color: Sage. HEX triplet: 90, 9A and 6F. RGB value is (144,154,111). Sum of RGB (Red+Green+Blue) = 144+154+111=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #909A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909A6F is #6F6590. Grayscale: #929292. Windows color (decimal): -7300497 or 7314064. OLE color: 7314064.

HSL color Cylindrical-coordinate representation of color #909A6F: hue angle of 73.95º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #909A6F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 154 111 -
CMYK 0.06 0 0.28 0.40
HSL 73.95º 0.18% 0.52% -
HSV(B) 73.95º 0.28% 0.6% -
XYZ 25.93 30.19 19.5 -
YUV 146.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 144 154 111 0.06 0 0.28 0.40 73.95 0.18 0.52
Hex 90 9A 6F 6 0 1C 28 4A 12 34
Octal 220 232 157 6 0 34 50 112 22 64
Binary 10010000 10011010 1101111 110 0 11100 101000 1001010 10010 110100

Color Harmonies of #909A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909A6F

Black with #909A6F

Text Example


Text Example

White with #909A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,154,111); }

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

background-color css

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

 a { background-color: rgb(144,154,111); }

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

border-color css

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

 span { border-color: rgb(144,154,111); }

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