Html Css Color HEX #8B967B Sage

📋 copy color: '#8B967B'

red 139 ◦ green 150 ◦ blue 123

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

Shades of Sage #8B967B

Tints of Sage #8B967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 33.74%
G = 36.41%
B = 29.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#8B967B (or 0x8B967B) is known color: Sage. HEX triplet: 8B, 96 and 7B. RGB value is (139,150,123). Sum of RGB (Red+Green+Blue) = 139+150+123=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #8B967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B967B is #746984. Grayscale: #8F8F8F. Windows color (decimal): -7629189 or 8099467. OLE color: 8099467.

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

Color convert

RGB 139 150 123 -
CMYK 0.07 0 0.18 0.41
HSL 84.44º 0.11% 0.54% -
HSV(B) 84.44º 0.18% 0.59% -
XYZ 25.13 28.73 22.96 -
YUV 143.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 139 150 123 0.07 0 0.18 0.41 84.44 0.11 0.54
Hex 8B 96 7B 7 0 12 29 54 B 36
Octal 213 226 173 7 0 22 51 124 13 66
Binary 10001011 10010110 1111011 111 0 10010 101001 1010100 1011 110110

Color Harmonies of #8B967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B967B

Black with #8B967B

Text Example


Text Example

White with #8B967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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