Html Css Color HEX #8C967D Sage

📋 copy color: '#8C967D'

red 140 ◦ green 150 ◦ blue 125

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

Shades of Sage #8C967D

Tints of Sage #8C967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 33.73%
G = 36.14%
B = 30.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#8C967D (or 0x8C967D) is known color: Sage. HEX triplet: 8C, 96 and 7D. RGB value is (140,150,125). Sum of RGB (Red+Green+Blue) = 140+150+125=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #8C967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C967D is #736982. Grayscale: #909090. Windows color (decimal): -7563651 or 8230540. OLE color: 8230540.

HSL color Cylindrical-coordinate representation of color #8C967D: hue angle of 84º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8C967D is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 125 -
CMYK 0.07 0 0.17 0.41
HSL 84º 0.11% 0.54% -
HSV(B) 84º 0.17% 0.59% -
XYZ 25.42 28.87 23.63 -
YUV 144.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 140 150 125 0.07 0 0.17 0.41 84 0.11 0.54
Hex 8C 96 7D 7 0 11 29 54 B 36
Octal 214 226 175 7 0 21 51 124 13 66
Binary 10001100 10010110 1111101 111 0 10001 101001 1010100 1011 110110

Color Harmonies of #8C967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C967D

Black with #8C967D

Text Example


Text Example

White with #8C967D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,125); }

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

background-color css

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

 a { background-color: rgb(140,150,125); }

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

border-color css

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

 span { border-color: rgb(140,150,125); }

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