#758D53

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

Shades of Highland #758D53

Tints of Highland #758D53

Color information

#758D53 (or 0x758D53) is unknown color: approx Highland. HEX triplet: 75, 8D and 53. RGB value is (117,141,83). Sum of RGB (Red+Green+Blue) = 117+141+83=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #758D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D53 is #8A72AC. Grayscale: #7F7F7F. Windows color (decimal): -9073325 or 5475701. OLE color: 5475701.

HSL color Cylindrical-coordinate representation of color #758D53: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #758D53 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB11714183-
CMYK0.1700.410.45
HSL84.83º25.89%43.92%-
HSV(B)84.83º41.13%55.29%-
XYZ18.4223.4611.74-
YUV127.21103.05120.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 83 (32.81% from 255) = 24.34%
R=34.31%
G=41.35%
B=24.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117141830.1700.410.4584.8325.8943.92
Hex758D53110292D551a2c
Octal16521512321051551253254
Binary1110101100011011010011100010101001101101101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758D53; }

 p { color: rgb(117,141,83); }

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

<style>
 a { background-color: #758D53; }

 a { background-color: rgb(117,141,83); }

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

<style>
 span { border-color: #758D53; }

 span { border-color: rgb(117,141,83); }

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