Html Css Color HEX #93997F Sage

📋 copy color: '#93997F'

red 147 ◦ green 153 ◦ blue 127

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

Shades of Sage #93997F

Tints of Sage #93997F

RGB

 RED value IS 147 (57.81% from 255) = 34.43%

 GREEN value IS 153 (60.16% from 255) = 35.83%

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

R = 34.43%
G = 35.83%
B = 29.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#93997F (or 0x93997F) is known color: Sage. HEX triplet: 93, 99 and 7F. RGB value is (147,153,127). Sum of RGB (Red+Green+Blue) = 147+153+127=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #93997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93997F is #6C6680. Grayscale: #949494. Windows color (decimal): -7104129 or 8362387. OLE color: 8362387.

HSL color Cylindrical-coordinate representation of color #93997F: hue angle of 73.85º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93997F is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 147 153 127 -
CMYK 0.04 0 0.17 0.4
HSL 73.85º 0.11% 0.55% -
HSV(B) 73.85º 0.17% 0.6% -
XYZ 27.25 30.52 24.53 -
YUV 148.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 147 153 127 0.04 0 0.17 0.4 73.85 0.11 0.55
Hex 93 99 7F 4 0 11 28 4A B 37
Octal 223 231 177 4 0 21 50 112 13 67
Binary 10010011 10011001 1111111 100 0 10001 101000 1001010 1011 110111

Color Harmonies of #93997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93997F

Black with #93997F

Text Example


Text Example

White with #93997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93997F; }

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

 H1.HeaderClassName
 {
   color: #93997F;
 }
 .AnyTagClassName
 {
   color: #93997F;
 }
</style>

background-color css

<style>
 a { background-color: #93997F; }

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

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

border-color css

<style>
 span { border-color: #93997F; }

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

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