#758A62

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

Shades of Camouflage Green #758A62

Tints of Camouflage Green #758A62

Color information

#758A62 (or 0x758A62) is unknown color: approx Camouflage Green. HEX triplet: 75, 8A and 62. RGB value is (117,138,98). Sum of RGB (Red+Green+Blue) = 117+138+98=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #758A62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A62 is #8A759D. Grayscale: #7F7F7F. Windows color (decimal): -9074078 or 6457973. OLE color: 6457973.

HSL color Cylindrical-coordinate representation of color #758A62: hue angle of 91.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758A62 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB11713898-
CMYK0.1500.290.46
HSL91.5º16.95%46.27%-
HSV(B)91.5º28.99%54.12%-
XYZ18.6322.8414.98-
YUV127.16111.54120.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=33.14%
G=39.09%
B=27.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117138980.1500.290.4691.516.9546.27
Hex758A62F01D2E5c112e
Octal16521214217035561342156
Binary11101011000101011000101111011101101110101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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