#7A8573

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

Shades of Camouflage Green #7A8573

Tints of Camouflage Green #7A8573

Color information

#7A8573 (or 0x7A8573) is unknown color: approx Camouflage Green. HEX triplet: 7A, 85 and 73. RGB value is (122,133,115). Sum of RGB (Red+Green+Blue) = 122+133+115=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8573 is #857A8C. Grayscale: #7F7F7F. Windows color (decimal): -8747661 or 7570810. OLE color: 7570810.

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

Color convert

RGB122133115-
CMYK0.0800.140.48
HSL96.67º7.26%48.63%-
HSV(B)96.67º13.53%52.16%-
XYZ19.5122.1519.47-
YUV127.66120.86123.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.97%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=32.97%
G=35.95%
B=31.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221331150.0800.140.4896.677.2648.63
Hex7A857380E3061731
Octal1722051631001660141761
Binary11110101000010111100111000011101100001100001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,115); }

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

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

 a { background-color: rgb(122,133,115); }

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

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

 span { border-color: rgb(122,133,115); }

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