Html Css Color HEX #8C9275 Sage

📋 copy color: '#8C9275'

red 140 ◦ green 146 ◦ blue 117

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

Shades of Sage #8C9275

Tints of Sage #8C9275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.23%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 34.74%
G = 36.23%
B = 29.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#8C9275 (or 0x8C9275) is known color: Sage. HEX triplet: 8C, 92 and 75. RGB value is (140,146,117). Sum of RGB (Red+Green+Blue) = 140+146+117=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9275 is #736D8A. Grayscale: #8D8D8D. Windows color (decimal): -7564683 or 7705228. OLE color: 7705228.

HSL color Cylindrical-coordinate representation of color #8C9275: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C9275 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 117 -
CMYK 0.04 0 0.20 0.43
HSL 72.41º 0.12% 0.52% -
HSV(B) 72.41º 0.2% 0.57% -
XYZ 24.3 27.42 20.84 -
YUV 140.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 140 146 117 0.04 0 0.20 0.43 72.41 0.12 0.52
Hex 8C 92 75 4 0 14 2B 48 C 34
Octal 214 222 165 4 0 24 53 110 14 64
Binary 10001100 10010010 1110101 100 0 10100 101011 1001000 1100 110100

Color Harmonies of #8C9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9275

Black with #8C9275

Text Example


Text Example

White with #8C9275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,146,117); }

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

background-color css

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

 a { background-color: rgb(140,146,117); }

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

border-color css

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

 span { border-color: rgb(140,146,117); }

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