#759663

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

Shades of Highland #759663

Tints of Highland #759663

Color information

#759663 (or 0x759663) is unknown color: approx Highland. HEX triplet: 75, 96 and 63. RGB value is (117,150,99). Sum of RGB (Red+Green+Blue) = 117+150+99=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #759663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759663 is #8A699C. Grayscale: #868686. Windows color (decimal): -9071005 or 6526581. OLE color: 6526581.

HSL color Cylindrical-coordinate representation of color #759663: hue angle of 98.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759663 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB11715099-
CMYK0.2200.340.41
HSL98.82º20.48%48.82%-
HSV(B)98.82º34%58.82%-
XYZ20.4926.515.84-
YUV134.32108.07115.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=31.97%
G=40.98%
B=27.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150990.2200.340.4198.8220.4848.82
Hex7596631602229631431
Octal16522614326042511432461
Binary1110101100101101100011101100100010101001110001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759663; }

 p { color: rgb(117,150,99); }

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

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

 a { background-color: rgb(117,150,99); }

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

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

 span { border-color: rgb(117,150,99); }

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