#7A876D

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

Shades of Camouflage Green #7A876D

Tints of Camouflage Green #7A876D

Color information

#7A876D (or 0x7A876D) is unknown color: approx Camouflage Green. HEX triplet: 7A, 87 and 6D. RGB value is (122,135,109). Sum of RGB (Red+Green+Blue) = 122+135+109=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #7A876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A876D is #857892. Grayscale: #808080. Windows color (decimal): -8747155 or 7178106. OLE color: 7178106.

HSL color Cylindrical-coordinate representation of color #7A876D: hue angle of 90º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A876D is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB122135109-
CMYK0.1000.190.47
HSL90º10.66%47.84%-
HSV(B)90º19.26%52.94%-
XYZ19.4522.5717.8-
YUV128.15117.19123.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=33.33%
G=36.89%
B=29.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221351090.1000.190.479010.6647.84
Hex7A876DA0132F5ab30
Octal17220715512023571321360
Binary1111010100001111101101101001001110111110110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,135,109); }

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

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

 a { background-color: rgb(122,135,109); }

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

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

 span { border-color: rgb(122,135,109); }

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