#758B66

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

Shades of Camouflage Green #758B66

Tints of Camouflage Green #758B66

Color information

#758B66 (or 0x758B66) is unknown color: approx Camouflage Green. HEX triplet: 75, 8B and 66. RGB value is (117,139,102). Sum of RGB (Red+Green+Blue) = 117+139+102=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #758B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B66 is #8A7499. Grayscale: #808080. Windows color (decimal): -9073818 or 6720373. OLE color: 6720373.

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

Color convert

RGB117139102-
CMYK0.1600.270.45
HSL95.68º15.35%47.25%-
HSV(B)95.68º26.62%54.51%-
XYZ18.9723.2116.05-
YUV128.2113.21120.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=32.68%
G=38.83%
B=28.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391020.1600.270.4595.6815.3547.25
Hex758B661001B2D60f2f
Octal16521314620033551401757
Binary11101011000101111001101000001101110110111000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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