#79855F

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

Shades of Camouflage Green #79855F

Tints of Camouflage Green #79855F

Color information

#79855F (or 0x79855F) is unknown color: approx Camouflage Green. HEX triplet: 79, 85 and 5F. RGB value is (121,133,95). Sum of RGB (Red+Green+Blue) = 121+133+95=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #79855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79855F is #867AA0. Grayscale: #7D7D7D. Windows color (decimal): -8813217 or 6260089. OLE color: 6260089.

HSL color Cylindrical-coordinate representation of color #79855F: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79855F is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB12113395-
CMYK0.0900.290.48
HSL78.95º16.67%44.71%-
HSV(B)78.95º28.57%52.16%-
XYZ18.3421.6714.04-
YUV125.08111.02125.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=34.67%
G=38.11%
B=27.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121133950.0900.290.4878.9516.6744.71
Hex79855F901D304f112d
Octal17120513711035601172155
Binary11110011000010110111111001011101110000100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,133,95); }

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

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

 a { background-color: rgb(121,133,95); }

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

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

 span { border-color: rgb(121,133,95); }

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