#758665

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

Shades of Camouflage Green #758665

Tints of Camouflage Green #758665

Color information

#758665 (or 0x758665) is unknown color: approx Camouflage Green. HEX triplet: 75, 86 and 65. RGB value is (117,134,101). Sum of RGB (Red+Green+Blue) = 117+134+101=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #758665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758665 is #8A799A. Grayscale: #7D7D7D. Windows color (decimal): -9075099 or 6653557. OLE color: 6653557.

HSL color Cylindrical-coordinate representation of color #758665: hue angle of 90.91º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758665 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB117134101-
CMYK0.1300.250.47
HSL90.91º14.04%46.08%-
HSV(B)90.91º24.63%52.55%-
XYZ18.2121.7715.55-
YUV125.15114.37122.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 101 (39.84% from 255) = 28.69%
R=33.24%
G=38.07%
B=28.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341010.1300.250.4790.9114.0446.08
Hex758665D0192F5be2e
Octal16520614515031571331656
Binary1110101100001101100101110101100110111110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758665; }

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

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

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

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

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

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

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

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