#758E4B

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

Shades of Highland #758E4B

Tints of Highland #758E4B

Color information

#758E4B (or 0x758E4B) is unknown color: approx Highland. HEX triplet: 75, 8E and 4B. RGB value is (117,142,75). Sum of RGB (Red+Green+Blue) = 117+142+75=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #758E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E4B is #8A71B4. Grayscale: #7F7F7F. Windows color (decimal): -9073077 or 4951669. OLE color: 4951669.

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

Color convert

RGB11714275-
CMYK0.1800.470.44
HSL82.39º30.88%42.55%-
HSV(B)82.39º47.18%55.69%-
XYZ18.2823.6410.26-
YUV126.8998.72120.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=35.03%
G=42.51%
B=22.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117142750.1800.470.4482.3930.8842.55
Hex758E4B1202F2C521f2b
Octal16521611322057541223753
Binary1110101100011101001011100100101111101100101001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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