#75885F

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

Shades of Camouflage Green #75885F

Tints of Camouflage Green #75885F

Color information

#75885F (or 0x75885F) is unknown color: approx Camouflage Green. HEX triplet: 75, 88 and 5F. RGB value is (117,136,95). Sum of RGB (Red+Green+Blue) = 117+136+95=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #75885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75885F is #8A77A0. Grayscale: #7D7D7D. Windows color (decimal): -9074593 or 6260853. OLE color: 6260853.

HSL color Cylindrical-coordinate representation of color #75885F: hue angle of 87.8º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75885F is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11713695-
CMYK0.1400.300.47
HSL87.8º17.75%45.29%-
HSV(B)87.8º30.15%53.33%-
XYZ18.2122.2214.16-
YUV125.64110.71121.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=33.62%
G=39.08%
B=27.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117136950.1400.300.4787.817.7545.29
Hex75885FE01E2F58122d
Octal16521013716036571302255
Binary11101011000100010111111110011110101111101100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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