#797F75

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

Shades of Camouflage Green #797F75

Tints of Camouflage Green #797F75

Color information

#797F75 (or 0x797F75) is unknown color: approx Camouflage Green. HEX triplet: 79, 7F and 75. RGB value is (121,127,117). Sum of RGB (Red+Green+Blue) = 121+127+117=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 127 - color contains mainly: green. Hex color #797F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F75 is #86808A. Grayscale: #7C7C7C. Windows color (decimal): -8814731 or 7700345. OLE color: 7700345.

HSL color Cylindrical-coordinate representation of color #797F75: hue angle of 96º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #797F75 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB121127117-
CMYK0.0500.080.50
HSL96º4.1%47.84%-
HSV(B)96º7.87%49.8%-
XYZ18.6920.5319.81-
YUV124.07124.01125.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=33.15%
G=34.79%
B=32.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211271170.0500.080.50964.147.84
Hex797F755083260430
Octal171177165501062140460
Binary111100111111111110101101010001100101100000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797F75; }

 p { color: rgb(121,127,117); }

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

<style>
 a { background-color: #797F75; }

 a { background-color: rgb(121,127,117); }

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

<style>
 span { border-color: #797F75; }

 span { border-color: rgb(121,127,117); }

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