#75865B

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

Shades of Highland #75865B

Tints of Highland #75865B

Color information

#75865B (or 0x75865B) is unknown color: approx Highland. HEX triplet: 75, 86 and 5B. RGB value is (117,134,91). Sum of RGB (Red+Green+Blue) = 117+134+91=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #75865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75865B is #8A79A4. Grayscale: #7C7C7C. Windows color (decimal): -9075109 or 5998197. OLE color: 5998197.

HSL color Cylindrical-coordinate representation of color #75865B: hue angle of 83.72º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75865B is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB11713491-
CMYK0.1300.320.47
HSL83.72º19.11%44.12%-
HSV(B)83.72º32.09%52.55%-
XYZ17.7521.5913.13-
YUV124.01109.37123-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=34.21%
G=39.18%
B=26.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134910.1300.320.4783.7219.1144.12
Hex75865BD0202F54132c
Octal16520613315040571242354
Binary111010110000110101101111010100000101111101010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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