#7A8465

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

Shades of Camouflage Green #7A8465

Tints of Camouflage Green #7A8465

Color information

#7A8465 (or 0x7A8465) is unknown color: approx Camouflage Green. HEX triplet: 7A, 84 and 65. RGB value is (122,132,101). Sum of RGB (Red+Green+Blue) = 122+132+101=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8465 is #857B9A. Grayscale: #7D7D7D. Windows color (decimal): -8747931 or 6653050. OLE color: 6653050.

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

Color convert

RGB122132101-
CMYK0.0800.230.48
HSL79.35º13.3%45.69%-
HSV(B)79.35º23.48%51.76%-
XYZ18.6321.5815.5-
YUV125.48114.19125.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=34.37%
G=37.18%
B=28.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221321010.0800.230.4879.3513.345.69
Hex7A84658017304fd2e
Octal17220414510027601171556
Binary1111010100001001100101100001011111000010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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