#758B4E

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

Shades of Highland #758B4E

Tints of Highland #758B4E

Color information

#758B4E (or 0x758B4E) is unknown color: approx Highland. HEX triplet: 75, 8B and 4E. RGB value is (117,139,78). Sum of RGB (Red+Green+Blue) = 117+139+78=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #758B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B4E is #8A74B1. Grayscale: #7D7D7D. Windows color (decimal): -9073842 or 5147509. OLE color: 5147509.

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

Color convert

RGB11713978-
CMYK0.1600.440.45
HSL81.64º28.11%42.55%-
HSV(B)81.64º43.88%54.51%-
XYZ17.9422.810.66-
YUV125.47101.21121.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=35.03%
G=41.62%
B=23.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139780.1600.440.4581.6428.1142.55
Hex758B4E1002C2D521c2b
Octal16521311620054551223453
Binary1110101100010111001110100000101100101101101001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,139,78); }

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

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

 a { background-color: rgb(117,139,78); }

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

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

 span { border-color: rgb(117,139,78); }

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