#758662

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

Shades of Camouflage Green #758662

Tints of Camouflage Green #758662

Color information

#758662 (or 0x758662) is unknown color: approx Camouflage Green. HEX triplet: 75, 86 and 62. RGB value is (117,134,98). Sum of RGB (Red+Green+Blue) = 117+134+98=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #758662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758662 is #8A799D. Grayscale: #7C7C7C. Windows color (decimal): -9075102 or 6456949. OLE color: 6456949.

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

Color convert

RGB11713498-
CMYK0.1300.270.47
HSL88.33º15.52%45.49%-
HSV(B)88.33º26.87%52.55%-
XYZ18.0721.7114.79-
YUV124.81112.87122.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=33.52%
G=38.40%
B=28.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134980.1300.270.4788.3315.5245.49
Hex758662D01B2F58102d
Octal16520614215033571302055
Binary11101011000011011000101101011011101111101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758662; }

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

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

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

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

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

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

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

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