#758063

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

Shades of Camouflage Green #758063

Tints of Camouflage Green #758063

Color information

#758063 (or 0x758063) is unknown color: approx Camouflage Green. HEX triplet: 75, 80 and 63. RGB value is (117,128,99). Sum of RGB (Red+Green+Blue) = 117+128+99=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #758063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758063 is #8A7F9C. Grayscale: #797979. Windows color (decimal): -9076637 or 6520949. OLE color: 6520949.

HSL color Cylindrical-coordinate representation of color #758063: hue angle of 82.76º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758063 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB11712899-
CMYK0.0900.230.50
HSL82.76º12.78%44.51%-
HSV(B)82.76º22.66%50.2%-
XYZ17.3120.1214.78-
YUV121.4115.36124.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=34.01%
G=37.21%
B=28.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal117128990.0900.230.5082.7612.7844.51
Hex75806390173253d2d
Octal16520014311027621231555
Binary1110101100000001100011100101011111001010100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758063; }

 p { color: rgb(117,128,99); }

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

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

 a { background-color: rgb(117,128,99); }

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

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

 span { border-color: rgb(117,128,99); }

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