#75865E

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

Shades of Camouflage Green #75865E

Tints of Camouflage Green #75865E

Color information

#75865E (or 0x75865E) is unknown color: approx Camouflage Green. HEX triplet: 75, 86 and 5E. RGB value is (117,134,94). Sum of RGB (Red+Green+Blue) = 117+134+94=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #75865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75865E is #8A79A1. Grayscale: #7C7C7C. Windows color (decimal): -9075106 or 6194805. OLE color: 6194805.

HSL color Cylindrical-coordinate representation of color #75865E: hue angle of 85.5º 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 #75865E is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11713494-
CMYK0.1300.300.47
HSL85.5º17.54%44.71%-
HSV(B)85.5º29.85%52.55%-
XYZ17.8821.6413.82-
YUV124.36110.87122.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=33.91%
G=38.84%
B=27.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134940.1300.300.4785.517.5444.71
Hex75865ED01E2F56122d
Octal16520613615036571262255
Binary11101011000011010111101101011110101111101011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75865E; }

 p { color: rgb(117,134,94); }

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

<style>
 a { background-color: #75865E; }

 a { background-color: rgb(117,134,94); }

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

<style>
 span { border-color: #75865E; }

 span { border-color: rgb(117,134,94); }

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