#848E73

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

Shades of Camouflage Green #848E73

Tints of Camouflage Green #848E73

Color information

#848E73 (or 0x848E73) is unknown color: approx Camouflage Green. HEX triplet: 84, 8E and 73. RGB value is (132,142,115). Sum of RGB (Red+Green+Blue) = 132+142+115=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #848E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848E73 is #7B718C. Grayscale: #888888. Windows color (decimal): -8089997 or 7573124. OLE color: 7573124.

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

Color convert

RGB132142115-
CMYK0.0700.190.44
HSL82.22º10.67%50.39%-
HSV(B)82.22º19.01%55.69%-
XYZ22.2825.4919.97-
YUV135.93116.19125.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=33.93%
G=36.50%
B=29.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321421150.0700.190.4482.2210.6750.39
Hex848E7370132C52b32
Octal2042161637023541221362
Binary1000010010001110111001111101001110110010100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,115); }

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

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

 a { background-color: rgb(132,142,115); }

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

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

 span { border-color: rgb(132,142,115); }

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