#758360

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

Shades of Camouflage Green #758360

Tints of Camouflage Green #758360

Color information

#758360 (or 0x758360) is unknown color: approx Camouflage Green. HEX triplet: 75, 83 and 60. RGB value is (117,131,96). Sum of RGB (Red+Green+Blue) = 117+131+96=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #758360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758360 is #8A7C9F. Grayscale: #7A7A7A. Windows color (decimal): -9075872 or 6325109. OLE color: 6325109.

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

Color convert

RGB11713196-
CMYK0.1100.270.49
HSL84º15.42%44.51%-
HSV(B)84º26.72%51.37%-
XYZ17.5620.8614.17-
YUV122.82112.86123.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=34.01%
G=38.08%
B=27.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131960.1100.270.498415.4244.51
Hex758360B01B3154f2d
Octal16520314013033611241755
Binary1110101100000111100000101101101111000110101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758360; }

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

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

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

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

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

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

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

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