#758364

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

Shades of Camouflage Green #758364

Tints of Camouflage Green #758364

Color information

#758364 (or 0x758364) is unknown color: approx Camouflage Green. HEX triplet: 75, 83 and 64. RGB value is (117,131,100). Sum of RGB (Red+Green+Blue) = 117+131+100=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #758364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758364 is #8A7C9B. Grayscale: #7B7B7B. Windows color (decimal): -9075868 or 6587253. OLE color: 6587253.

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

Color convert

RGB117131100-
CMYK0.1100.240.49
HSL87.1º13.42%45.29%-
HSV(B)87.1º23.66%51.37%-
XYZ17.7520.9315.16-
YUV123.28114.86123.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 100 (39.45% from 255) = 28.74%
R=33.62%
G=37.64%
B=28.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311000.1100.240.4987.113.4245.29
Hex758364B0183157d2d
Octal16520314413030611271555
Binary1110101100000111100100101101100011000110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758364; }

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

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

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

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

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

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

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

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