#929E6E

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

Shades of Sage #929E6E

Tints of Sage #929E6E

Color information

#929E6E (or 0x929E6E) is unknown color: approx Sage. HEX triplet: 92, 9E and 6E. RGB value is (146,158,110). Sum of RGB (Red+Green+Blue) = 146+158+110=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #929E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929E6E is #6D6191. Grayscale: #959595. Windows color (decimal): -7168402 or 7249554. OLE color: 7249554.

HSL color Cylindrical-coordinate representation of color #929E6E: hue angle of 75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929E6E is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB146158110-
CMYK0.0800.300.38
HSL75º19.83%52.55%-
HSV(B)75º30.38%61.96%-
XYZ26.931.6919.45-
YUV148.94106.02125.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=35.27%
G=38.16%
B=26.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581100.0800.300.387519.8352.55
Hex929E6E801E264b1435
Octal22223615610036461132465
Binary100100101001111011011101000011110100110100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,158,110); }

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

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

 a { background-color: rgb(146,158,110); }

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

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

 span { border-color: rgb(146,158,110); }

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