#758e49

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

Shades of Highland #758E49

Tints of Highland #758E49

Color information

#758E49 (or 0x758E49) is unknown color: approx Highland. HEX triplet: 75, 8E and 49. RGB value is (117,142,73). Sum of RGB (Red+Green+Blue) = 117+142+73=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 142 - color contains mainly: green. Hex color #758E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E49 is #8A71B6. Grayscale: #7E7E7E. Windows color (decimal): -9073079 or 4820597. OLE color: 4820597.

HSL color Cylindrical-coordinate representation of color #758E49: hue angle of 81.74º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758E49 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB11714273-
CMYK0.1800.490.44
HSL81.74º32.09%42.16%-
HSV(B)81.74º48.59%55.69%-
XYZ18.2123.619.9-
YUV126.6697.72121.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=35.24%
G=42.77%
B=21.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117142730.1800.490.4481.7432.0942.16
Hex758E49120312C52202a
Octal16521611122061541224052
Binary11101011000111010010011001001100011011001010010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758e49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,73); }

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

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

 a { background-color: rgb(117,142,73); }

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

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

 span { border-color: rgb(117,142,73); }

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