#7F947F

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

Shades of Stack #7F947F

Tints of Stack #7F947F

Color information

#7F947F (or 0x7F947F) is unknown color: approx Stack. HEX triplet: 7F, 94 and 7F. RGB value is (127,148,127). Sum of RGB (Red+Green+Blue) = 127+148+127=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #7F947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F947F is #806B80. Grayscale: #8B8B8B. Windows color (decimal): -8416129 or 8361087. OLE color: 8361087.

HSL color Cylindrical-coordinate representation of color #7F947F: hue angle of 120º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F947F is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB127148127-
CMYK0.1400.140.42
HSL120º8.94%53.92%-
HSV(B)120º14.19%58.04%-
XYZ23.1727.2224.11-
YUV139.33121.04119.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 127 (50% from 255) = 31.59%
R=31.59%
G=36.82%
B=31.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271481270.1400.140.421208.9453.92
Hex7F947FE0E2A78936
Octal17722417716016521701166
Binary111111110010100111111111100111010101011110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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