Html Css Color HEX #939F75 Sage

📋 copy color: '#939F75'

red 147 ◦ green 159 ◦ blue 117

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

Shades of Sage #939F75

Tints of Sage #939F75

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.59%

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 34.75%
G = 37.59%
B = 27.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#939F75 (or 0x939F75) is known color: Sage. HEX triplet: 93, 9F and 75. RGB value is (147,159,117). Sum of RGB (Red+Green+Blue) = 147+159+117=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #939F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F75 is #6C608A. Grayscale: #969696. Windows color (decimal): -7102603 or 7708563. OLE color: 7708563.

HSL color Cylindrical-coordinate representation of color #939F75: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939F75 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 159 117 -
CMYK 0.08 0 0.26 0.38
HSL 77.14º 0.18% 0.54% -
HSV(B) 77.14º 0.26% 0.62% -
XYZ 27.64 32.28 21.6 -
YUV 150.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 147 159 117 0.08 0 0.26 0.38 77.14 0.18 0.54
Hex 93 9F 75 8 0 1A 26 4D 12 36
Octal 223 237 165 10 0 32 46 115 22 66
Binary 10010011 10011111 1110101 1000 0 11010 100110 1001101 10010 110110

Color Harmonies of #939F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939F75

Black with #939F75

Text Example


Text Example

White with #939F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939F75; }

 p { color: rgb(147,159,117); }

 H1.HeaderClassName
 {
   color: #939F75;
 }
 .AnyTagClassName
 {
   color: #939F75;
 }
</style>

background-color css

<style>
 a { background-color: #939F75; }

 a { background-color: rgb(147,159,117); }

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

border-color css

<style>
 span { border-color: #939F75; }

 span { border-color: rgb(147,159,117); }

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