#7A8B68

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

Shades of Camouflage Green #7A8B68

Tints of Camouflage Green #7A8B68

Color information

#7A8B68 (or 0x7A8B68) is unknown color: approx Camouflage Green. HEX triplet: 7A, 8B and 68. RGB value is (122,139,104). Sum of RGB (Red+Green+Blue) = 122+139+104=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #7A8B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8B68 is #857497. Grayscale: #828282. Windows color (decimal): -8746136 or 6851450. OLE color: 6851450.

HSL color Cylindrical-coordinate representation of color #7A8B68: hue angle of 89.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A8B68 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB122139104-
CMYK0.1200.250.45
HSL89.14º14.4%47.65%-
HSV(B)89.14º25.18%54.51%-
XYZ19.7623.616.61-
YUV129.93113.37122.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=33.42%
G=38.08%
B=28.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1221391040.1200.250.4589.1414.447.65
Hex7A8B68C0192D59e30
Octal17221315014031551311660
Binary1111010100010111101000110001100110110110110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,139,104); }

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

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

 a { background-color: rgb(122,139,104); }

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

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

 span { border-color: rgb(122,139,104); }

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