#848D79

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

Shades of Camouflage Green #848D79

Tints of Camouflage Green #848D79

Color information

#848D79 (or 0x848D79) is unknown color: approx Camouflage Green. HEX triplet: 84, 8D and 79. RGB value is (132,141,121). Sum of RGB (Red+Green+Blue) = 132+141+121=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 141 - color contains mainly: green. Hex color #848D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D79 is #7B7286. Grayscale: #888888. Windows color (decimal): -8090247 or 7966084. OLE color: 7966084.

HSL color Cylindrical-coordinate representation of color #848D79: hue angle of 87º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848D79 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB132141121-
CMYK0.0600.140.45
HSL87º8.06%51.37%-
HSV(B)87º14.18%55.29%-
XYZ22.4925.3421.79-
YUV136.03119.52125.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=33.50%
G=35.79%
B=30.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411210.0600.140.45878.0651.37
Hex848D7960E2D57833
Octal2042151716016551271063
Binary100001001000110111110011100111010110110101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,121); }

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

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

 a { background-color: rgb(132,141,121); }

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

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

 span { border-color: rgb(132,141,121); }

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