#758161

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

Shades of Camouflage Green #758161

Tints of Camouflage Green #758161

Color information

#758161 (or 0x758161) is unknown color: approx Camouflage Green. HEX triplet: 75, 81 and 61. RGB value is (117,129,97). Sum of RGB (Red+Green+Blue) = 117+129+97=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #758161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758161 is #8A7E9E. Grayscale: #797979. Windows color (decimal): -9076383 or 6390133. OLE color: 6390133.

HSL color Cylindrical-coordinate representation of color #758161: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758161 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB11712997-
CMYK0.0900.250.49
HSL82.5º14.16%44.31%-
HSV(B)82.5º24.81%50.59%-
XYZ17.3420.3514.32-
YUV121.76114.02124.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=34.11%
G=37.61%
B=28.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129970.0900.250.4982.514.1644.31
Hex75816190193153e2c
Octal16520114111031611231654
Binary1110101100000011100001100101100111000110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758161; }

 p { color: rgb(117,129,97); }

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

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

 a { background-color: rgb(117,129,97); }

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

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

 span { border-color: rgb(117,129,97); }

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