#7A846D

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

Shades of Camouflage Green #7A846D

Tints of Camouflage Green #7A846D

Color information

#7A846D (or 0x7A846D) is unknown color: approx Camouflage Green. HEX triplet: 7A, 84 and 6D. RGB value is (122,132,109). Sum of RGB (Red+Green+Blue) = 122+132+109=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #7A846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A846D is #857B92. Grayscale: #7E7E7E. Windows color (decimal): -8747923 or 7177338. OLE color: 7177338.

HSL color Cylindrical-coordinate representation of color #7A846D: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A846D is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB122132109-
CMYK0.0800.170.48
HSL86.09º9.54%47.25%-
HSV(B)86.09º17.42%51.76%-
XYZ19.0421.7417.66-
YUV126.39118.19124.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.61%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=33.61%
G=36.36%
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.48
SystemRedGreenBlueCMYKHSL
Decimal1221321090.0800.170.4886.099.5447.25
Hex7A846D80113056a2f
Octal17220415510021601261257
Binary1111010100001001101101100001000111000010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A846D; }

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

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

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

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

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

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

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

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