#758C66

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

Shades of Camouflage Green #758C66

Tints of Camouflage Green #758C66

Color information

#758C66 (or 0x758C66) is unknown color: approx Camouflage Green. HEX triplet: 75, 8C and 66. RGB value is (117,140,102). Sum of RGB (Red+Green+Blue) = 117+140+102=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 140 - color contains mainly: green. Hex color #758C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C66 is #8A7399. Grayscale: #808080. Windows color (decimal): -9073562 or 6720629. OLE color: 6720629.

HSL color Cylindrical-coordinate representation of color #758C66: hue angle of 96.32º degrees, saturation: 0.16, 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 #758C66 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB117140102-
CMYK0.1600.270.45
HSL96.32º15.7%47.45%-
HSV(B)96.32º27.14%54.9%-
XYZ19.1123.516.1-
YUV128.79112.88119.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=32.59%
G=39.00%
B=28.41%

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
Decimal1171401020.1600.270.4596.3215.747.45
Hex758C661001B2D60102f
Octal16521414620033551402057
Binary111010110001100110011010000011011101101110000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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