#7A8969

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

Shades of Camouflage Green #7A8969

Tints of Camouflage Green #7A8969

Color information

#7A8969 (or 0x7A8969) is unknown color: approx Camouflage Green. HEX triplet: 7A, 89 and 69. RGB value is (122,137,105). Sum of RGB (Red+Green+Blue) = 122+137+105=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8969 is #857696. Grayscale: #808080. Windows color (decimal): -8746647 or 6916474. OLE color: 6916474.

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

Color convert

RGB122137105-
CMYK0.1100.230.46
HSL88.13º13.22%47.45%-
HSV(B)88.13º23.36%53.73%-
XYZ19.5223.0516.78-
YUV128.87114.53123.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 105 (41.41% from 255) = 28.85%
R=33.52%
G=37.64%
B=28.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221371050.1100.230.4688.1313.2247.45
Hex7A8969B0172E58d2f
Octal17221115113027561301557
Binary1111010100010011101001101101011110111010110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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