#848F76

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

Shades of Camouflage Green #848F76

Tints of Camouflage Green #848F76

Color information

#848F76 (or 0x848F76) is unknown color: approx Camouflage Green. HEX triplet: 84, 8F and 76. RGB value is (132,143,118). Sum of RGB (Red+Green+Blue) = 132+143+118=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #848F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F76 is #7B7089. Grayscale: #888888. Windows color (decimal): -8089738 or 7769988. OLE color: 7769988.

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

Color convert

RGB132143118-
CMYK0.0800.170.44
HSL86.4º10.04%51.18%-
HSV(B)86.4º17.48%56.08%-
XYZ22.6125.8620.94-
YUV136.86117.36124.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=33.59%
G=36.39%
B=30.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321431180.0800.170.4486.410.0451.18
Hex848F7680112C56a33
Octal20421716610021541261263
Binary10000100100011111110110100001000110110010101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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