#758A64

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

Shades of Camouflage Green #758A64

Tints of Camouflage Green #758A64

Color information

#758A64 (or 0x758A64) is unknown color: approx Camouflage Green. HEX triplet: 75, 8A and 64. RGB value is (117,138,100). Sum of RGB (Red+Green+Blue) = 117+138+100=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #758A64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A64 is #8A759B. Grayscale: #7F7F7F. Windows color (decimal): -9074076 or 6589045. OLE color: 6589045.

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

Color convert

RGB117138100-
CMYK0.1500.280.46
HSL93.16º15.97%46.67%-
HSV(B)93.16º27.54%54.12%-
XYZ18.7222.8815.49-
YUV127.39112.54120.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 138 (54.30% from 255) = 38.87%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=32.96%
G=38.87%
B=28.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171381000.1500.280.4693.1615.9746.67
Hex758A64F01C2E5d102f
Octal16521214417034561352057
Binary11101011000101011001001111011100101110101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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