Html Css Color HEX #8B9772 Sage

📋 copy color: '#8B9772'

red 139 ◦ green 151 ◦ blue 114

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

Shades of Sage #8B9772

Tints of Sage #8B9772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 34.41%
G = 37.38%
B = 28.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#8B9772 (or 0x8B9772) is known color: Sage. HEX triplet: 8B, 97 and 72. RGB value is (139,151,114). Sum of RGB (Red+Green+Blue) = 139+151+114=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9772 is #74688D. Grayscale: #8F8F8F. Windows color (decimal): -7628942 or 7509899. OLE color: 7509899.

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

Color convert

RGB 139 151 114 -
CMYK 0.08 0 0.25 0.41
HSL 79.46º 0.15% 0.52% -
HSV(B) 79.46º 0.25% 0.59% -
XYZ 24.75 28.84 20.18 -
YUV 143.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 139 151 114 0.08 0 0.25 0.41 79.46 0.15 0.52
Hex 8B 97 72 8 0 19 29 4F F 34
Octal 213 227 162 10 0 31 51 117 17 64
Binary 10001011 10010111 1110010 1000 0 11001 101001 1001111 1111 110100

Color Harmonies of #8B9772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9772

Black with #8B9772

Text Example


Text Example

White with #8B9772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,151,114); }

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

background-color css

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

 a { background-color: rgb(139,151,114); }

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

border-color css

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

 span { border-color: rgb(139,151,114); }

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