#75895F

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

Shades of Highland #75895F

Tints of Highland #75895F

Color information

#75895F (or 0x75895F) is unknown color: approx Highland. HEX triplet: 75, 89 and 5F. RGB value is (117,137,95). Sum of RGB (Red+Green+Blue) = 117+137+95=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #75895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75895F is #8A76A0. Grayscale: #7E7E7E. Windows color (decimal): -9074337 or 6261109. OLE color: 6261109.

HSL color Cylindrical-coordinate representation of color #75895F: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75895F is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB11713795-
CMYK0.1500.310.46
HSL88.57º18.1%45.49%-
HSV(B)88.57º30.66%53.73%-
XYZ18.3522.514.2-
YUV126.23110.37121.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=33.52%
G=39.26%
B=27.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137950.1500.310.4688.5718.145.49
Hex75895FF01F2E59122d
Octal16521113717037561312255
Binary11101011000100110111111111011111101110101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75895F; }

 p { color: rgb(117,137,95); }

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

<style>
 a { background-color: #75895F; }

 a { background-color: rgb(117,137,95); }

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

<style>
 span { border-color: #75895F; }

 span { border-color: rgb(117,137,95); }

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