Html Css Color HEX #8C9479 Sage

📋 copy color: '#8C9479'

red 140 ◦ green 148 ◦ blue 121

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

Shades of Sage #8C9479

Tints of Sage #8C9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 34.23%
G = 36.19%
B = 29.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#8C9479 (or 0x8C9479) is known color: Sage. HEX triplet: 8C, 94 and 79. RGB value is (140,148,121). Sum of RGB (Red+Green+Blue) = 140+148+121=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9479 is #736B86. Grayscale: #8E8E8E. Windows color (decimal): -7564167 or 7967884. OLE color: 7967884.

HSL color Cylindrical-coordinate representation of color #8C9479: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C9479 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 121 -
CMYK 0.05 0 0.18 0.42
HSL 77.78º 0.11% 0.53% -
HSV(B) 77.78º 0.18% 0.58% -
XYZ 24.86 28.14 22.21 -
YUV 142.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 140 148 121 0.05 0 0.18 0.42 77.78 0.11 0.53
Hex 8C 94 79 5 0 12 2A 4E B 35
Octal 214 224 171 5 0 22 52 116 13 65
Binary 10001100 10010100 1111001 101 0 10010 101010 1001110 1011 110101

Color Harmonies of #8C9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9479

Black with #8C9479

Text Example


Text Example

White with #8C9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,121); }

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

background-color css

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

 a { background-color: rgb(140,148,121); }

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

border-color css

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

 span { border-color: rgb(140,148,121); }

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