#758B4A

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

Shades of Highland #758B4A

Tints of Highland #758B4A

Color information

#758B4A (or 0x758B4A) is unknown color: approx Highland. HEX triplet: 75, 8B and 4A. RGB value is (117,139,74). Sum of RGB (Red+Green+Blue) = 117+139+74=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #758B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B4A is #8A74B5. Grayscale: #7D7D7D. Windows color (decimal): -9073846 or 4885365. OLE color: 4885365.

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

Color convert

RGB11713974-
CMYK0.1600.470.45
HSL80.31º30.52%41.76%-
HSV(B)80.31º46.76%54.51%-
XYZ17.822.749.93-
YUV125.0199.21122.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=35.45%
G=42.12%
B=22.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139740.1600.470.4580.3130.5241.76
Hex758B4A1002F2D501f2a
Octal16521311220057551203752
Binary1110101100010111001010100000101111101101101000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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