#849075

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

Shades of Camouflage Green #849075

Tints of Camouflage Green #849075

Color information

#849075 (or 0x849075) is unknown color: approx Camouflage Green. HEX triplet: 84, 90 and 75. RGB value is (132,144,117). Sum of RGB (Red+Green+Blue) = 132+144+117=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #849075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849075 is #7B6F8A. Grayscale: #898989. Windows color (decimal): -8089483 or 7704708. OLE color: 7704708.

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

Color convert

RGB132144117-
CMYK0.0800.190.44
HSL86.67º10.84%51.18%-
HSV(B)86.67º18.75%56.47%-
XYZ22.726.1420.68-
YUV137.33116.52124.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=33.59%
G=36.64%
B=29.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441170.0800.190.4486.6710.8451.18
Hex84907580132C57b33
Octal20422016510023541271363
Binary10000100100100001110101100001001110110010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849075; }

 p { color: rgb(132,144,117); }

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

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

 a { background-color: rgb(132,144,117); }

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

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

 span { border-color: rgb(132,144,117); }

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