Html Css Color HEX #939875 Sage

📋 copy color: '#939875'

red 147 ◦ green 152 ◦ blue 117

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

Shades of Sage #939875

Tints of Sage #939875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 35.34%
G = 36.54%
B = 28.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#939875 (or 0x939875) is known color: Sage. HEX triplet: 93, 98 and 75. RGB value is (147,152,117). Sum of RGB (Red+Green+Blue) = 147+152+117=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #939875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939875 is #6C678A. Grayscale: #929292. Windows color (decimal): -7104395 or 7706771. OLE color: 7706771.

HSL color Cylindrical-coordinate representation of color #939875: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #939875 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 147 152 117 -
CMYK 0.03 0 0.23 0.40
HSL 68.57º 0.15% 0.53% -
HSV(B) 68.57º 0.23% 0.6% -
XYZ 26.47 29.94 21.21 -
YUV 146.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 147 152 117 0.03 0 0.23 0.40 68.57 0.15 0.53
Hex 93 98 75 3 0 17 28 45 F 35
Octal 223 230 165 3 0 27 50 105 17 65
Binary 10010011 10011000 1110101 11 0 10111 101000 1000101 1111 110101

Color Harmonies of #939875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939875

Black with #939875

Text Example


Text Example

White with #939875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939875; }

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

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

background-color css

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

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

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

border-color css

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

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

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