#75845C

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

Shades of Camouflage Green #75845C

Tints of Camouflage Green #75845C

Color information

#75845C (or 0x75845C) is unknown color: approx Camouflage Green. HEX triplet: 75, 84 and 5C. RGB value is (117,132,92). Sum of RGB (Red+Green+Blue) = 117+132+92=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #75845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75845C is #8A7BA3. Grayscale: #7B7B7B. Windows color (decimal): -9075620 or 6063221. OLE color: 6063221.

HSL color Cylindrical-coordinate representation of color #75845C: hue angle of 82.5º degrees, saturation: 0.18, 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 #75845C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB11713292-
CMYK0.1100.300.48
HSL82.5º17.86%43.92%-
HSV(B)82.5º30.3%51.76%-
XYZ17.5221.0613.27-
YUV122.95110.53123.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=34.31%
G=38.71%
B=26.98%

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
Decimal117132920.1100.300.4882.517.8643.92
Hex75845CB01E3053122c
Octal16520413413036601232254
Binary11101011000010010111001011011110110000101001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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