#759562

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

Shades of Highland #759562

Tints of Highland #759562

Color information

#759562 (or 0x759562) is unknown color: approx Highland. HEX triplet: 75, 95 and 62. RGB value is (117,149,98). Sum of RGB (Red+Green+Blue) = 117+149+98=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #759562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759562 is #8A6A9D. Grayscale: #858585. Windows color (decimal): -9071262 or 6460789. OLE color: 6460789.

HSL color Cylindrical-coordinate representation of color #759562: hue angle of 97.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759562 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB11714998-
CMYK0.2100.340.42
HSL97.65º20.65%48.43%-
HSV(B)97.65º34.23%58.43%-
XYZ20.2926.1615.54-
YUV133.62107.9116.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=32.14%
G=40.93%
B=26.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117149980.2100.340.4297.6520.6548.43
Hex759562150222A621530
Octal16522514225042521422560
Binary1110101100101011100010101010100010101010110001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759562; }

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

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

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

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

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

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

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

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