#929C6F

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

Shades of Sage #929C6F

Tints of Sage #929C6F

Color information

#929C6F (or 0x929C6F) is unknown color: approx Sage. HEX triplet: 92, 9C and 6F. RGB value is (146,156,111). Sum of RGB (Red+Green+Blue) = 146+156+111=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #929C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929C6F is #6D6390. Grayscale: #949494. Windows color (decimal): -7168913 or 7314578. OLE color: 7314578.

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

Color convert

RGB146156111-
CMYK0.0600.290.39
HSL73.33º18.52%52.35%-
HSV(B)73.33º28.85%61.18%-
XYZ26.6131.0419.63-
YUV147.88107.19126.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=35.35%
G=37.77%
B=26.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461561110.0600.290.3973.3318.5252.35
Hex929C6F601D27491334
Octal2222341576035471112364
Binary10010010100111001101111110011101100111100100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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