Html Css Color HEX #8C947B Sage

📋 copy color: '#8C947B'

red 140 ◦ green 148 ◦ blue 123

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

Shades of Sage #8C947B

Tints of Sage #8C947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 34.06%
G = 36.01%
B = 29.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#8C947B (or 0x8C947B) is known color: Sage. HEX triplet: 8C, 94 and 7B. RGB value is (140,148,123). Sum of RGB (Red+Green+Blue) = 140+148+123=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #8C947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C947B is #736B84. Grayscale: #8E8E8E. Windows color (decimal): -7564165 or 8098956. OLE color: 8098956.

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

Color convert

RGB 140 148 123 -
CMYK 0.05 0 0.17 0.42
HSL 79.2º 0.1% 0.53% -
HSV(B) 79.2º 0.17% 0.58% -
XYZ 24.98 28.19 22.86 -
YUV 142.76 116.85 126.03 -
System Red Green Blue C M Y K H S L
Decimal 140 148 123 0.05 0 0.17 0.42 79.2 0.1 0.53
Hex 8C 94 7B 5 0 11 2A 4F A 35
Octal 214 224 173 5 0 21 52 117 12 65
Binary 10001100 10010100 1111011 101 0 10001 101010 1001111 1010 110101

Color Harmonies of #8C947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C947B

Black with #8C947B

Text Example


Text Example

White with #8C947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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