#7F997F

Color #7F997F Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #7F997F

Tints of Stack #7F997F

Color information

#7F997F (or 0x7F997F) is unknown color: approx Stack. HEX triplet: 7F, 99 and 7F. RGB value is (127,153,127). Sum of RGB (Red+Green+Blue) = 127+153+127=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #7F997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F997F is #806680. Grayscale: #8E8E8E. Windows color (decimal): -8414849 or 8362367. OLE color: 8362367.

HSL color Cylindrical-coordinate representation of color #7F997F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F997F is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB127153127-
CMYK0.1700.170.4
HSL120º11.3%54.9%-
HSV(B)120º16.99%60%-
XYZ23.9728.8324.38-
YUV142.26119.39117.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 127 (50% from 255) = 31.20%
R=31.20%
G=37.59%
B=31.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1271531270.1700.170.412011.354.9
Hex7F997F110112878b37
Octal17723117721021501701367
Binary11111111001100111111111000101000110100011110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F997F; }

 p { color: rgb(127,153,127); }

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

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

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

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

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

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

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