#7F8F6F

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

Shades of Camouflage Green #7F8F6F

Tints of Camouflage Green #7F8F6F

Color information

#7F8F6F (or 0x7F8F6F) is unknown color: approx Camouflage Green. HEX triplet: 7F, 8F and 6F. RGB value is (127,143,111). Sum of RGB (Red+Green+Blue) = 127+143+111=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8F6F is #807090. Grayscale: #868686. Windows color (decimal): -8417425 or 7311231. OLE color: 7311231.

HSL color Cylindrical-coordinate representation of color #7F8F6F: hue angle of 90º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F8F6F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB127143111-
CMYK0.1100.220.44
HSL90º12.6%49.8%-
HSV(B)90º22.38%56.08%-
XYZ21.4425.318.79-
YUV134.57114.7122.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=33.33%
G=37.53%
B=29.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271431110.1100.220.449012.649.8
Hex7F8F6FB0162C5ad32
Octal17721715713026541321562
Binary1111111100011111101111101101011010110010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,143,111); }

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

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

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

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

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

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

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