#79816F

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

Shades of Camouflage Green #79816F

Tints of Camouflage Green #79816F

Color information

#79816F (or 0x79816F) is unknown color: approx Camouflage Green. HEX triplet: 79, 81 and 6F. RGB value is (121,129,111). Sum of RGB (Red+Green+Blue) = 121+129+111=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 129 - color contains mainly: green. Hex color #79816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79816F is #867E90. Grayscale: #7C7C7C. Windows color (decimal): -8814225 or 7307641. OLE color: 7307641.

HSL color Cylindrical-coordinate representation of color #79816F: hue angle of 86.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79816F is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB121129111-
CMYK0.0600.140.49
HSL86.67º7.5%47.06%-
HSV(B)86.67º13.95%50.59%-
XYZ18.620.9118.09-
YUV124.56120.35125.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=33.52%
G=35.73%
B=30.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211291110.0600.140.4986.677.547.06
Hex79816F60E315782f
Octal1712011576016611271057
Binary11110011000000111011111100111011000110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79816F; }

 p { color: rgb(121,129,111); }

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

<style>
 a { background-color: #79816F; }

 a { background-color: rgb(121,129,111); }

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

<style>
 span { border-color: #79816F; }

 span { border-color: rgb(121,129,111); }

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