#7A8469

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

Shades of Camouflage Green #7A8469

Tints of Camouflage Green #7A8469

Color information

#7A8469 (or 0x7A8469) is unknown color: approx Camouflage Green. HEX triplet: 7A, 84 and 69. RGB value is (122,132,105). Sum of RGB (Red+Green+Blue) = 122+132+105=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8469 is #857B96. Grayscale: #7E7E7E. Windows color (decimal): -8747927 or 6915194. OLE color: 6915194.

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

Color convert

RGB122132105-
CMYK0.0800.200.48
HSL82.22º11.39%46.47%-
HSV(B)82.22º20.45%51.76%-
XYZ18.8321.6616.55-
YUV125.93116.19125.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=33.98%
G=36.77%
B=29.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1221321050.0800.200.4882.2211.3946.47
Hex7A846980143052b2e
Octal17220415110024601221356
Binary1111010100001001101001100001010011000010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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