#848F6F

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

Shades of Camouflage Green #848F6F

Tints of Camouflage Green #848F6F

Color information

#848F6F (or 0x848F6F) is unknown color: approx Camouflage Green. HEX triplet: 84, 8F and 6F. RGB value is (132,143,111). Sum of RGB (Red+Green+Blue) = 132+143+111=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 143 - color contains mainly: green. Hex color #848F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F6F is #7B7090. Grayscale: #888888. Windows color (decimal): -8089745 or 7311236. OLE color: 7311236.

HSL color Cylindrical-coordinate representation of color #848F6F: hue angle of 80.62º 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 #848F6F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB132143111-
CMYK0.0800.220.44
HSL80.62º12.6%49.8%-
HSV(B)80.62º22.38%56.08%-
XYZ22.2125.718.83-
YUV136.06113.86125.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=34.20%
G=37.05%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321431110.0800.220.4480.6212.649.8
Hex848F6F80162C51d32
Octal20421715710026541211562
Binary10000100100011111101111100001011010110010100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848F6F; }

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

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

<style>
 a { background-color: #848F6F; }

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

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

<style>
 span { border-color: #848F6F; }

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

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