Html Css Color HEX #8C996F Sage

📋 copy color: '#8C996F'

red 140 ◦ green 153 ◦ blue 111

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

Shades of Sage #8C996F

Tints of Sage #8C996F

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

 GREEN value IS 153 (60.16% from 255) = 37.87%

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

R = 34.65%
G = 37.87%
B = 27.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#8C996F (or 0x8C996F) is known color: Sage. HEX triplet: 8C, 99 and 6F. RGB value is (140,153,111). Sum of RGB (Red+Green+Blue) = 140+153+111=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #8C996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C996F is #736690. Grayscale: #909090. Windows color (decimal): -7562897 or 7313804. OLE color: 7313804.

HSL color Cylindrical-coordinate representation of color #8C996F: hue angle of 78.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C996F is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 111 -
CMYK 0.08 0 0.27 0.4
HSL 78.57º 0.17% 0.52% -
HSV(B) 78.57º 0.27% 0.6% -
XYZ 25.08 29.51 19.41 -
YUV 144.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 140 153 111 0.08 0 0.27 0.4 78.57 0.17 0.52
Hex 8C 99 6F 8 0 1B 28 4F 11 34
Octal 214 231 157 10 0 33 50 117 21 64
Binary 10001100 10011001 1101111 1000 0 11011 101000 1001111 10001 110100

Color Harmonies of #8C996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C996F

Black with #8C996F

Text Example


Text Example

White with #8C996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C996F; }

 p { color: rgb(140,153,111); }

 H1.HeaderClassName
 {
   color: #8C996F;
 }
 .AnyTagClassName
 {
   color: #8C996F;
 }
</style>

background-color css

<style>
 a { background-color: #8C996F; }

 a { background-color: rgb(140,153,111); }

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

border-color css

<style>
 span { border-color: #8C996F; }

 span { border-color: rgb(140,153,111); }

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