#758560

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

Shades of Camouflage Green #758560

Tints of Camouflage Green #758560

Color information

#758560 (or 0x758560) is unknown color: approx Camouflage Green. HEX triplet: 75, 85 and 60. RGB value is (117,133,96). Sum of RGB (Red+Green+Blue) = 117+133+96=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #758560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758560 is #8A7A9F. Grayscale: #7C7C7C. Windows color (decimal): -9075360 or 6325621. OLE color: 6325621.

HSL color Cylindrical-coordinate representation of color #758560: hue angle of 85.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #758560 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB11713396-
CMYK0.1200.280.48
HSL85.95º16.16%44.9%-
HSV(B)85.95º27.82%52.16%-
XYZ17.8321.414.26-
YUV124112.2123.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 96 (37.89% from 255) = 27.75%
R=33.82%
G=38.44%
B=27.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133960.1200.280.4885.9516.1644.9
Hex758560C01C3056102d
Octal16520514014034601262055
Binary11101011000010111000001100011100110000101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758560; }

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

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

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

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

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

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

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

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