Html Css Color HEX #8B937F Sage

📋 copy color: '#8B937F'

red 139 ◦ green 147 ◦ blue 127

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

Shades of Sage #8B937F

Tints of Sage #8B937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 127 (50% from 255) = 30.75%

R = 33.66%
G = 35.59%
B = 30.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#8B937F (or 0x8B937F) is known color: Sage. HEX triplet: 8B, 93 and 7F. RGB value is (139,147,127). Sum of RGB (Red+Green+Blue) = 139+147+127=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #8B937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B937F is #746C80. Grayscale: #8E8E8E. Windows color (decimal): -7629953 or 8360843. OLE color: 8360843.

HSL color Cylindrical-coordinate representation of color #8B937F: hue angle of 84º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B937F is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 127 -
CMYK 0.05 0 0.14 0.42
HSL 84º 0.08% 0.54% -
HSV(B) 84º 0.14% 0.58% -
XYZ 24.91 27.89 24.15 -
YUV 142.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 139 147 127 0.05 0 0.14 0.42 84 0.08 0.54
Hex 8B 93 7F 5 0 E 2A 54 8 36
Octal 213 223 177 5 0 16 52 124 10 66
Binary 10001011 10010011 1111111 101 0 1110 101010 1010100 1000 110110

Color Harmonies of #8B937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B937F

Black with #8B937F

Text Example


Text Example

White with #8B937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,147,127); }

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

background-color css

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

 a { background-color: rgb(139,147,127); }

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

border-color css

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

 span { border-color: rgb(139,147,127); }

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