#758065

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

Shades of Camouflage Green #758065

Tints of Camouflage Green #758065

Color information

#758065 (or 0x758065) is unknown color: approx Camouflage Green. HEX triplet: 75, 80 and 65. RGB value is (117,128,101). Sum of RGB (Red+Green+Blue) = 117+128+101=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #758065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758065 is #8A7F9A. Grayscale: #797979. Windows color (decimal): -9076635 or 6652021. OLE color: 6652021.

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

Color convert

RGB117128101-
CMYK0.0900.210.50
HSL84.44º11.79%44.9%-
HSV(B)84.44º21.09%50.2%-
XYZ17.420.1615.29-
YUV121.63116.36124.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=33.82%
G=36.99%
B=29.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171281010.0900.210.5084.4411.7944.9
Hex75806590153254c2d
Octal16520014511025621241455
Binary1110101100000001100101100101010111001010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758065; }

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

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

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

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

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

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

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

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