#7A8962

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

Shades of Camouflage Green #7A8962

Tints of Camouflage Green #7A8962

Color information

#7A8962 (or 0x7A8962) is unknown color: approx Camouflage Green. HEX triplet: 7A, 89 and 62. RGB value is (122,137,98). Sum of RGB (Red+Green+Blue) = 122+137+98=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8962 is #85769D. Grayscale: #808080. Windows color (decimal): -8746654 or 6457722. OLE color: 6457722.

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

Color convert

RGB12213798-
CMYK0.1100.280.46
HSL83.08º16.6%46.08%-
HSV(B)83.08º28.47%53.73%-
XYZ19.1822.9114.97-
YUV128.07111.03123.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=34.17%
G=38.38%
B=27.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122137980.1100.280.4683.0816.646.08
Hex7A8962B01C2E53112e
Octal17221114213034561232156
Binary11110101000100111000101011011100101110101001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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