#848F7A

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

Shades of Camouflage Green #848F7A

Tints of Camouflage Green #848F7A

Color information

#848F7A (or 0x848F7A) is unknown color: approx Camouflage Green. HEX triplet: 84, 8F and 7A. RGB value is (132,143,122). Sum of RGB (Red+Green+Blue) = 132+143+122=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #848F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F7A is #7B7085. Grayscale: #898989. Windows color (decimal): -8089734 or 8032132. OLE color: 8032132.

HSL color Cylindrical-coordinate representation of color #848F7A: hue angle of 91.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #848F7A is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB132143122-
CMYK0.0800.150.44
HSL91.43º8.57%51.96%-
HSV(B)91.43º14.69%56.08%-
XYZ22.8525.9622.22-
YUV137.32119.36124.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=33.25%
G=36.02%
B=30.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321431220.0800.150.4491.438.5751.96
Hex848F7A80F2C5b934
Octal20421717210017541331164
Binary1000010010001111111101010000111110110010110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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