#929B75

Color #929B75 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #929B75

Tints of Sage #929B75

Color information

#929B75 (or 0x929B75) is unknown color: approx Sage. HEX triplet: 92, 9B and 75. RGB value is (146,155,117). Sum of RGB (Red+Green+Blue) = 146+155+117=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #929B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929B75 is #6D648A. Grayscale: #949494. Windows color (decimal): -7169163 or 7707538. OLE color: 7707538.

HSL color Cylindrical-coordinate representation of color #929B75: hue angle of 74.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #929B75 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB146155117-
CMYK0.0600.250.39
HSL74.21º15.97%53.33%-
HSV(B)74.21º24.52%60.78%-
XYZ26.7930.8421.37-
YUV147.98110.52126.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=34.93%
G=37.08%
B=27.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551170.0600.250.3974.2115.9753.33
Hex929B756019274a1035
Octal2222331656031471122065
Binary10010010100110111110101110011001100111100101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B75; }

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

 H1.HeaderClassName
 {
   color: #929B75;
 }
 .AnyTagClassName
 {
   color: #929B75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #929B75;
 }
 .BgClassName
 {
   background-color: #929B75;
 }
</style>
border-color css

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

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

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