Html Css Color HEX #929975 Sage

📋 copy color: '#929975'

red 146 ◦ green 153 ◦ blue 117

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

Shades of Sage #929975

Tints of Sage #929975

RGB

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

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

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

R = 35.1%
G = 36.78%
B = 28.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#929975 (or 0x929975) is known color: Sage. HEX triplet: 92, 99 and 75. RGB value is (146,153,117). Sum of RGB (Red+Green+Blue) = 146+153+117=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #929975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929975 is #6D668A. Grayscale: #929292. Windows color (decimal): -7169675 or 7707026. OLE color: 7707026.

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

Color convert

RGB 146 153 117 -
CMYK 0.05 0 0.24 0.4
HSL 71.67º 0.15% 0.53% -
HSV(B) 71.67º 0.24% 0.6% -
XYZ 26.46 30.18 21.26 -
YUV 146.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 146 153 117 0.05 0 0.24 0.4 71.67 0.15 0.53
Hex 92 99 75 5 0 18 28 48 F 35
Octal 222 231 165 5 0 30 50 110 17 65
Binary 10010010 10011001 1110101 101 0 11000 101000 1001000 1111 110101

Color Harmonies of #929975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929975

Black with #929975

Text Example


Text Example

White with #929975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929975; }

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

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

background-color css

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

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

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

border-color css

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

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

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