#75845B

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

Shades of Camouflage Green #75845B

Tints of Camouflage Green #75845B

Color information

#75845B (or 0x75845B) is unknown color: approx Camouflage Green. HEX triplet: 75, 84 and 5B. RGB value is (117,132,91). Sum of RGB (Red+Green+Blue) = 117+132+91=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #75845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75845B is #8A7BA4. Grayscale: #7A7A7A. Windows color (decimal): -9075621 or 5997685. OLE color: 5997685.

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

Color convert

RGB11713291-
CMYK0.1100.310.48
HSL81.95º18.39%43.73%-
HSV(B)81.95º31.06%51.76%-
XYZ17.4821.0413.04-
YUV122.84110.03123.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=34.41%
G=38.82%
B=26.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132910.1100.310.4881.9518.3943.73
Hex75845BB01F3052122c
Octal16520413313037601222254
Binary11101011000010010110111011011111110000101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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