#758B64

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

Shades of Camouflage Green #758B64

Tints of Camouflage Green #758B64

Color information

#758B64 (or 0x758B64) is unknown color: approx Camouflage Green. HEX triplet: 75, 8B and 64. RGB value is (117,139,100). Sum of RGB (Red+Green+Blue) = 117+139+100=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #758B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B64 is #8A749B. Grayscale: #808080. Windows color (decimal): -9073820 or 6589301. OLE color: 6589301.

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

Color convert

RGB117139100-
CMYK0.1600.280.45
HSL93.85º16.32%46.86%-
HSV(B)93.85º28.06%54.51%-
XYZ18.8723.1715.53-
YUV127.98112.21120.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=32.87%
G=39.04%
B=28.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391000.1600.280.4593.8516.3246.86
Hex758B641001C2D5e102f
Octal16521314420034551362057
Binary111010110001011110010010000011100101101101111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B64; }

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

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

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

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

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

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

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

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