#7A876F

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

Shades of Camouflage Green #7A876F

Tints of Camouflage Green #7A876F

Color information

#7A876F (or 0x7A876F) is unknown color: approx Camouflage Green. HEX triplet: 7A, 87 and 6F. RGB value is (122,135,111). Sum of RGB (Red+Green+Blue) = 122+135+111=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #7A876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A876F is #857890. Grayscale: #808080. Windows color (decimal): -8747153 or 7309178. OLE color: 7309178.

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

Color convert

RGB122135111-
CMYK0.1000.180.47
HSL92.5º9.76%48.24%-
HSV(B)92.5º17.78%52.94%-
XYZ19.5622.6118.37-
YUV128.38118.19123.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.15%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=33.15%
G=36.68%
B=30.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221351110.1000.180.4792.59.7648.24
Hex7A876FA0122F5da30
Octal17220715712022571351260
Binary1111010100001111101111101001001010111110111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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