#7A8569

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

Shades of Camouflage Green #7A8569

Tints of Camouflage Green #7A8569

Color information

#7A8569 (or 0x7A8569) is unknown color: approx Camouflage Green. HEX triplet: 7A, 85 and 69. RGB value is (122,133,105). Sum of RGB (Red+Green+Blue) = 122+133+105=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8569 is #857A96. Grayscale: #7E7E7E. Windows color (decimal): -8747671 or 6915450. OLE color: 6915450.

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

Color convert

RGB122133105-
CMYK0.0800.210.48
HSL83.57º11.76%46.67%-
HSV(B)83.57º21.05%52.16%-
XYZ18.9621.9316.6-
YUV126.52115.86124.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=33.89%
G=36.94%
B=29.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221331050.0800.210.4883.5711.7646.67
Hex7A856980153054c2f
Octal17220515110025601241457
Binary1111010100001011101001100001010111000010101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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