#7A876B

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

Shades of Camouflage Green #7A876B

Tints of Camouflage Green #7A876B

Color information

#7A876B (or 0x7A876B) is unknown color: approx Camouflage Green. HEX triplet: 7A, 87 and 6B. RGB value is (122,135,107). Sum of RGB (Red+Green+Blue) = 122+135+107=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #7A876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A876B is #857894. Grayscale: #808080. Windows color (decimal): -8747157 or 7047034. OLE color: 7047034.

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

Color convert

RGB122135107-
CMYK0.1000.210.47
HSL87.86º11.57%47.45%-
HSV(B)87.86º20.74%52.94%-
XYZ19.3422.5317.24-
YUV127.92116.19123.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.52%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=33.52%
G=37.09%
B=29.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221351070.1000.210.4787.8611.5747.45
Hex7A876BA0152F58c2f
Octal17220715312025571301457
Binary1111010100001111101011101001010110111110110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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