Html Css Color HEX #8B967A Sage

📋 copy color: '#8B967A'

red 139 ◦ green 150 ◦ blue 122

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

Shades of Sage #8B967A

Tints of Sage #8B967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 33.82%
G = 36.5%
B = 29.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#8B967A (or 0x8B967A) is known color: Sage. HEX triplet: 8B, 96 and 7A. RGB value is (139,150,122). Sum of RGB (Red+Green+Blue) = 139+150+122=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #8B967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B967A is #746985. Grayscale: #8F8F8F. Windows color (decimal): -7629190 or 8033931. OLE color: 8033931.

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

Color convert

RGB 139 150 122 -
CMYK 0.07 0 0.19 0.41
HSL 83.57º 0.12% 0.53% -
HSV(B) 83.57º 0.19% 0.59% -
XYZ 25.07 28.71 22.63 -
YUV 143.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 139 150 122 0.07 0 0.19 0.41 83.57 0.12 0.53
Hex 8B 96 7A 7 0 13 29 54 C 35
Octal 213 226 172 7 0 23 51 124 14 65
Binary 10001011 10010110 1111010 111 0 10011 101001 1010100 1100 110101

Color Harmonies of #8B967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B967A

Black with #8B967A

Text Example


Text Example

White with #8B967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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