Html Css Color HEX #8C947A Sage

📋 copy color: '#8C947A'

red 140 ◦ green 148 ◦ blue 122

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

Shades of Sage #8C947A

Tints of Sage #8C947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 34.15%
G = 36.1%
B = 29.76%

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

#8C947A (or 0x8C947A) is known color: Sage. HEX triplet: 8C, 94 and 7A. RGB value is (140,148,122). Sum of RGB (Red+Green+Blue) = 140+148+122=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #8C947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C947A is #736B85. Grayscale: #8E8E8E. Windows color (decimal): -7564166 or 8033420. OLE color: 8033420.

HSL color Cylindrical-coordinate representation of color #8C947A: hue angle of 78.46º 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 #8C947A is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 148 122 -
CMYK 0.05 0 0.18 0.42
HSL 78.46º 0.11% 0.53% -
HSV(B) 78.46º 0.18% 0.58% -
XYZ 24.92 28.16 22.53 -
YUV 142.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 140 148 122 0.05 0 0.18 0.42 78.46 0.11 0.53
Hex 8C 94 7A 5 0 12 2A 4E B 35
Octal 214 224 172 5 0 22 52 116 13 65
Binary 10001100 10010100 1111010 101 0 10010 101010 1001110 1011 110101

Color Harmonies of #8C947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C947A

Black with #8C947A

Text Example


Text Example

White with #8C947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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