#929C70

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

Shades of Sage #929C70

Tints of Sage #929C70

Color information

#929C70 (or 0x929C70) is unknown color: approx Sage. HEX triplet: 92, 9C and 70. RGB value is (146,156,112). Sum of RGB (Red+Green+Blue) = 146+156+112=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #929C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929C70 is #6D638F. Grayscale: #949494. Windows color (decimal): -7168912 or 7380114. OLE color: 7380114.

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

Color convert

RGB146156112-
CMYK0.0600.280.39
HSL73.64º18.18%52.55%-
HSV(B)73.64º28.21%61.18%-
XYZ26.6731.0619.92-
YUV147.99107.69126.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=35.27%
G=37.68%
B=27.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461561120.0600.280.3973.6418.1852.55
Hex929C70601C274a1235
Octal2222341606034471122265
Binary10010010100111001110000110011100100111100101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,156,112); }

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

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

 a { background-color: rgb(146,156,112); }

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

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

 span { border-color: rgb(146,156,112); }

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