Html Css Color HEX #8C9675 Sage

📋 copy color: '#8C9675'

red 140 ◦ green 150 ◦ blue 117

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

Shades of Sage #8C9675

Tints of Sage #8C9675

RGB

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

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

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

R = 34.4%
G = 36.86%
B = 28.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#8C9675 (or 0x8C9675) is known color: Sage. HEX triplet: 8C, 96 and 75. RGB value is (140,150,117). Sum of RGB (Red+Green+Blue) = 140+150+117=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9675 is #73698A. Grayscale: #8F8F8F. Windows color (decimal): -7563659 or 7706252. OLE color: 7706252.

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

Color convert

RGB 140 150 117 -
CMYK 0.07 0 0.22 0.41
HSL 78.18º 0.14% 0.52% -
HSV(B) 78.18º 0.22% 0.59% -
XYZ 24.93 28.67 21.05 -
YUV 143.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 140 150 117 0.07 0 0.22 0.41 78.18 0.14 0.52
Hex 8C 96 75 7 0 16 29 4E E 34
Octal 214 226 165 7 0 26 51 116 16 64
Binary 10001100 10010110 1110101 111 0 10110 101001 1001110 1110 110100

Color Harmonies of #8C9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9675

Black with #8C9675

Text Example


Text Example

White with #8C9675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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