#7A886F

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

Shades of Camouflage Green #7A886F

Tints of Camouflage Green #7A886F

Color information

#7A886F (or 0x7A886F) is unknown color: approx Camouflage Green. HEX triplet: 7A, 88 and 6F. RGB value is (122,136,111). Sum of RGB (Red+Green+Blue) = 122+136+111=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #7A886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A886F is #857790. Grayscale: #818181. Windows color (decimal): -8746897 or 7309434. OLE color: 7309434.

HSL color Cylindrical-coordinate representation of color #7A886F: hue angle of 93.6º 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 #7A886F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB122136111-
CMYK0.1000.180.47
HSL93.6º10.12%48.43%-
HSV(B)93.6º18.38%53.33%-
XYZ19.722.8918.42-
YUV128.96117.86123.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.06%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=33.06%
G=36.86%
B=30.08%

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
Decimal1221361110.1000.180.4793.610.1248.43
Hex7A886FA0122F5ea30
Octal17221015712022571361260
Binary1111010100010001101111101001001010111110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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