Html Css Color HEX #909C6F Sage

📋 copy color: '#909C6F'

red 144 ◦ green 156 ◦ blue 111

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

Shades of Sage #909C6F

Tints of Sage #909C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.96%

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

R = 35.04%
G = 37.96%
B = 27.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#909C6F (or 0x909C6F) is known color: Sage. HEX triplet: 90, 9C and 6F. RGB value is (144,156,111). Sum of RGB (Red+Green+Blue) = 144+156+111=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #909C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909C6F is #6F6390. Grayscale: #939393. Windows color (decimal): -7299985 or 7314576. OLE color: 7314576.

HSL color Cylindrical-coordinate representation of color #909C6F: hue angle of 76º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909C6F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 156 111 -
CMYK 0.08 0 0.29 0.39
HSL 76º 0.19% 0.52% -
HSV(B) 76º 0.29% 0.61% -
XYZ 26.26 30.85 19.61 -
YUV 147.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 144 156 111 0.08 0 0.29 0.39 76 0.19 0.52
Hex 90 9C 6F 8 0 1D 27 4C 13 34
Octal 220 234 157 10 0 35 47 114 23 64
Binary 10010000 10011100 1101111 1000 0 11101 100111 1001100 10011 110100

Color Harmonies of #909C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909C6F

Black with #909C6F

Text Example


Text Example

White with #909C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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