#758160

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

Shades of Camouflage Green #758160

Tints of Camouflage Green #758160

Color information

#758160 (or 0x758160) is unknown color: approx Camouflage Green. HEX triplet: 75, 81 and 60. RGB value is (117,129,96). Sum of RGB (Red+Green+Blue) = 117+129+96=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #758160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758160 is #8A7E9F. Grayscale: #797979. Windows color (decimal): -9076384 or 6324597. OLE color: 6324597.

HSL color Cylindrical-coordinate representation of color #758160: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #758160 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB11712996-
CMYK0.0900.260.49
HSL81.82º14.67%44.12%-
HSV(B)81.82º25.58%50.59%-
XYZ17.320.3314.08-
YUV121.65113.52124.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=34.21%
G=37.72%
B=28.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129960.0900.260.4981.8214.6744.12
Hex758160901A3152f2c
Octal16520114011032611221754
Binary1110101100000011100000100101101011000110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758160; }

 p { color: rgb(117,129,96); }

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

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

 a { background-color: rgb(117,129,96); }

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

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

 span { border-color: rgb(117,129,96); }

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