#79826E

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

Shades of Camouflage Green #79826E

Tints of Camouflage Green #79826E

Color information

#79826E (or 0x79826E) is unknown color: approx Camouflage Green. HEX triplet: 79, 82 and 6E. RGB value is (121,130,110). Sum of RGB (Red+Green+Blue) = 121+130+110=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #79826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79826E is #867D91. Grayscale: #7D7D7D. Windows color (decimal): -8813970 or 7242361. OLE color: 7242361.

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

Color convert

RGB121130110-
CMYK0.0700.150.49
HSL87º8.33%47.06%-
HSV(B)87º15.38%50.98%-
XYZ18.6821.1617.85-
YUV125.03119.52125.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=33.52%
G=36.01%
B=30.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301100.0700.150.49878.3347.06
Hex79826E70F315782f
Octal1712021567017611271057
Binary11110011000001011011101110111111000110101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79826E; }

 p { color: rgb(121,130,110); }

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

<style>
 a { background-color: #79826E; }

 a { background-color: rgb(121,130,110); }

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

<style>
 span { border-color: #79826E; }

 span { border-color: rgb(121,130,110); }

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