#79826F

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

Shades of Camouflage Green #79826F

Tints of Camouflage Green #79826F

Color information

#79826F (or 0x79826F) is unknown color: approx Camouflage Green. HEX triplet: 79, 82 and 6F. RGB value is (121,130,111). Sum of RGB (Red+Green+Blue) = 121+130+111=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #79826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79826F is #867D90. Grayscale: #7D7D7D. Windows color (decimal): -8813969 or 7307897. OLE color: 7307897.

HSL color Cylindrical-coordinate representation of color #79826F: hue angle of 88.42º 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 #79826F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB121130111-
CMYK0.0700.150.49
HSL88.42º7.88%47.25%-
HSV(B)88.42º14.62%50.98%-
XYZ18.7421.1818.14-
YUV125.14120.02125.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.43%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=33.43%
G=35.91%
B=30.66%

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
Decimal1211301110.0700.150.4988.427.8847.25
Hex79826F70F315882f
Octal1712021577017611301057
Binary11110011000001011011111110111111000110110001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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