Html Css Color HEX #8B9675 Sage

📋 copy color: '#8B9675'

red 139 ◦ green 150 ◦ blue 117

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

Shades of Sage #8B9675

Tints of Sage #8B9675

RGB

 RED value IS 139 (54.69% from 255) = 34.24%

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

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

R = 34.24%
G = 36.95%
B = 28.82%

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

#8B9675 (or 0x8B9675) is known color: Sage. HEX triplet: 8B, 96 and 75. RGB value is (139,150,117). Sum of RGB (Red+Green+Blue) = 139+150+117=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9675 is #74698A. Grayscale: #8F8F8F. Windows color (decimal): -7629195 or 7706251. OLE color: 7706251.

HSL color Cylindrical-coordinate representation of color #8B9675: hue angle of 80º 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 #8B9675 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 150 117 -
CMYK 0.07 0 0.22 0.41
HSL 80º 0.14% 0.52% -
HSV(B) 80º 0.22% 0.59% -
XYZ 24.76 28.59 21.04 -
YUV 142.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 139 150 117 0.07 0 0.22 0.41 80 0.14 0.52
Hex 8B 96 75 7 0 16 29 50 E 34
Octal 213 226 165 7 0 26 51 120 16 64
Binary 10001011 10010110 1110101 111 0 10110 101001 1010000 1110 110100

Color Harmonies of #8B9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9675

Black with #8B9675

Text Example


Text Example

White with #8B9675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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