#7A8663

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

Shades of Camouflage Green #7A8663

Tints of Camouflage Green #7A8663

Color information

#7A8663 (or 0x7A8663) is unknown color: approx Camouflage Green. HEX triplet: 7A, 86 and 63. RGB value is (122,134,99). Sum of RGB (Red+Green+Blue) = 122+134+99=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8663 is #85799C. Grayscale: #7E7E7E. Windows color (decimal): -8747421 or 6522490. OLE color: 6522490.

HSL color Cylindrical-coordinate representation of color #7A8663: hue angle of 80.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A8663 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB12213499-
CMYK0.0900.260.47
HSL80.57º15.02%45.69%-
HSV(B)80.57º26.12%52.55%-
XYZ18.822.0915.08-
YUV126.42112.52124.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=34.37%
G=37.75%
B=27.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122134990.0900.260.4780.5715.0245.69
Hex7A8663901A2F51f2e
Octal17220614311032571211756
Binary1111010100001101100011100101101010111110100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,134,99); }

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

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

 a { background-color: rgb(122,134,99); }

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

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

 span { border-color: rgb(122,134,99); }

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