#758460

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

Shades of Camouflage Green #758460

Tints of Camouflage Green #758460

Color information

#758460 (or 0x758460) is unknown color: approx Camouflage Green. HEX triplet: 75, 84 and 60. RGB value is (117,132,96). Sum of RGB (Red+Green+Blue) = 117+132+96=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #758460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758460 is #8A7B9F. Grayscale: #7B7B7B. Windows color (decimal): -9075616 or 6325365. OLE color: 6325365.

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

Color convert

RGB11713296-
CMYK0.1100.270.48
HSL85º15.79%44.71%-
HSV(B)85º27.27%51.76%-
XYZ17.721.1314.21-
YUV123.41112.53123.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=33.91%
G=38.26%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132960.1100.270.488515.7944.71
Hex758460B01B3055102d
Octal16520414013033601252055
Binary11101011000010011000001011011011110000101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758460; }

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

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

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

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

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

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

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

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