Html Css Color HEX #929875 Sage

📋 copy color: '#929875'

red 146 ◦ green 152 ◦ blue 117

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

Shades of Sage #929875

Tints of Sage #929875

RGB

 RED value IS 146 (57.42% from 255) = 35.18%

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

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

R = 35.18%
G = 36.63%
B = 28.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#929875 (or 0x929875) is known color: Sage. HEX triplet: 92, 98 and 75. RGB value is (146,152,117). Sum of RGB (Red+Green+Blue) = 146+152+117=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #929875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929875 is #6D678A. Grayscale: #929292. Windows color (decimal): -7169931 or 7706770. OLE color: 7706770.

HSL color Cylindrical-coordinate representation of color #929875: hue angle of 70.29º 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 #929875 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 152 117 -
CMYK 0.04 0 0.23 0.40
HSL 70.29º 0.15% 0.53% -
HSV(B) 70.29º 0.23% 0.6% -
XYZ 26.29 29.85 21.21 -
YUV 146.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 146 152 117 0.04 0 0.23 0.40 70.29 0.15 0.53
Hex 92 98 75 4 0 17 28 46 F 35
Octal 222 230 165 4 0 27 50 106 17 65
Binary 10010010 10011000 1110101 100 0 10111 101000 1000110 1111 110101

Color Harmonies of #929875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929875

Black with #929875

Text Example


Text Example

White with #929875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929875; }

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

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

background-color css

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

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

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

border-color css

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

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

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