#75845D

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

Shades of Camouflage Green #75845D

Tints of Camouflage Green #75845D

Color information

#75845D (or 0x75845D) is unknown color: approx Camouflage Green. HEX triplet: 75, 84 and 5D. RGB value is (117,132,93). Sum of RGB (Red+Green+Blue) = 117+132+93=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #75845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75845D is #8A7BA2. Grayscale: #7B7B7B. Windows color (decimal): -9075619 or 6128757. OLE color: 6128757.

HSL color Cylindrical-coordinate representation of color #75845D: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75845D is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB11713293-
CMYK0.1100.300.48
HSL83.08º17.33%44.12%-
HSV(B)83.08º29.55%51.76%-
XYZ17.5621.0713.5-
YUV123.07111.03123.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 93 (36.72% from 255) = 27.19%
R=34.21%
G=38.60%
B=27.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132930.1100.300.4883.0817.3344.12
Hex75845DB01E3053112c
Octal16520413513036601232154
Binary11101011000010010111011011011110110000101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75845D; }

 p { color: rgb(117,132,93); }

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

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

 a { background-color: rgb(117,132,93); }

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

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

 span { border-color: rgb(117,132,93); }

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