#758C57

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

Shades of Highland #758C57

Tints of Highland #758C57

Color information

#758C57 (or 0x758C57) is unknown color: approx Highland. HEX triplet: 75, 8C and 57. RGB value is (117,140,87). Sum of RGB (Red+Green+Blue) = 117+140+87=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #758C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C57 is #8A73A8. Grayscale: #7F7F7F. Windows color (decimal): -9073577 or 5737589. OLE color: 5737589.

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

Color convert

RGB11714087-
CMYK0.1600.380.45
HSL86.04º23.35%44.51%-
HSV(B)86.04º37.86%54.9%-
XYZ18.4323.2312.53-
YUV127.08105.38120.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 140 (55.08% from 255) = 40.70%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=34.01%
G=40.70%
B=25.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117140870.1600.380.4586.0423.3544.51
Hex758C57100262D56172d
Octal16521412720046551262755
Binary1110101100011001010111100000100110101101101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,140,87); }

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

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

 a { background-color: rgb(117,140,87); }

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

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

 span { border-color: rgb(117,140,87); }

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