#758B62

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

Shades of Highland #758B62

Tints of Highland #758B62

Color information

#758B62 (or 0x758B62) is unknown color: approx Highland. HEX triplet: 75, 8B and 62. RGB value is (117,139,98). Sum of RGB (Red+Green+Blue) = 117+139+98=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #758B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B62 is #8A749D. Grayscale: #7F7F7F. Windows color (decimal): -9073822 or 6458229. OLE color: 6458229.

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

Color convert

RGB11713998-
CMYK0.1600.290.45
HSL92.2º17.3%46.47%-
HSV(B)92.2º29.5%54.51%-
XYZ18.7723.1315.03-
YUV127.75111.21120.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=33.05%
G=39.27%
B=27.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139980.1600.290.4592.217.346.47
Hex758B621001D2D5c112e
Octal16521314220035551342156
Binary111010110001011110001010000011101101101101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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