#7A8F6D

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

Shades of Camouflage Green #7A8F6D

Tints of Camouflage Green #7A8F6D

Color information

#7A8F6D (or 0x7A8F6D) is unknown color: approx Camouflage Green. HEX triplet: 7A, 8F and 6D. RGB value is (122,143,109). Sum of RGB (Red+Green+Blue) = 122+143+109=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F6D is #857092. Grayscale: #848484. Windows color (decimal): -8745107 or 7180154. OLE color: 7180154.

HSL color Cylindrical-coordinate representation of color #7A8F6D: hue angle of 97.06º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A8F6D is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB122143109-
CMYK0.1500.240.44
HSL97.06º13.49%49.41%-
HSV(B)97.06º23.78%56.08%-
XYZ20.6124.8918.19-
YUV132.84114.54120.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=32.62%
G=38.24%
B=29.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221431090.1500.240.4497.0613.4949.41
Hex7A8F6DF0182C61d31
Octal17221715517030541411561
Binary1111010100011111101101111101100010110011000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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