#75815F

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

Shades of Camouflage Green #75815F

Tints of Camouflage Green #75815F

Color information

#75815F (or 0x75815F) is unknown color: approx Camouflage Green. HEX triplet: 75, 81 and 5F. RGB value is (117,129,95). Sum of RGB (Red+Green+Blue) = 117+129+95=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #75815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75815F is #8A7EA0. Grayscale: #797979. Windows color (decimal): -9076385 or 6259061. OLE color: 6259061.

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

Color convert

RGB11712995-
CMYK0.0900.260.49
HSL81.18º15.18%43.92%-
HSV(B)81.18º26.36%50.59%-
XYZ17.2520.3113.84-
YUV121.54113.02124.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=34.31%
G=37.83%
B=27.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129950.0900.260.4981.1815.1843.92
Hex75815F901A3151f2c
Octal16520113711032611211754
Binary1110101100000011011111100101101011000110100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75815F; }

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

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

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

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

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

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

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

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