#7A896E

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

Shades of Camouflage Green #7A896E

Tints of Camouflage Green #7A896E

Color information

#7A896E (or 0x7A896E) is unknown color: approx Camouflage Green. HEX triplet: 7A, 89 and 6E. RGB value is (122,137,110). Sum of RGB (Red+Green+Blue) = 122+137+110=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 137 - color contains mainly: green. Hex color #7A896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A896E is #857691. Grayscale: #818181. Windows color (decimal): -8746642 or 7244154. OLE color: 7244154.

HSL color Cylindrical-coordinate representation of color #7A896E: hue angle of 93.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A896E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB122137110-
CMYK0.1100.200.46
HSL93.33º10.93%48.43%-
HSV(B)93.33º19.71%53.73%-
XYZ19.7923.1518.18-
YUV129.44117.03122.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.06%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=33.06%
G=37.13%
B=29.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1221371100.1100.200.4693.3310.9348.43
Hex7A896EB0142E5db30
Octal17221115613024561351360
Binary1111010100010011101110101101010010111010111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,137,110); }

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

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

 a { background-color: rgb(122,137,110); }

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

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

 span { border-color: rgb(122,137,110); }

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