#759360

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

Shades of Highland #759360

Tints of Highland #759360

Color information

#759360 (or 0x759360) is unknown color: approx Highland. HEX triplet: 75, 93 and 60. RGB value is (117,147,96). Sum of RGB (Red+Green+Blue) = 117+147+96=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #759360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759360 is #8A6C9F. Grayscale: #848484. Windows color (decimal): -9071776 or 6329205. OLE color: 6329205.

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

Color convert

RGB11714796-
CMYK0.2000.350.42
HSL95.29º20.99%47.65%-
HSV(B)95.29º34.69%57.65%-
XYZ19.8825.4914.94-
YUV132.22107.56117.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=32.5%
G=40.83%
B=26.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147960.2000.350.4295.2920.9947.65
Hex759360140232A5f1530
Octal16522314024043521372560
Binary1110101100100111100000101000100011101010101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759360; }

 p { color: rgb(117,147,96); }

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

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

 a { background-color: rgb(117,147,96); }

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

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

 span { border-color: rgb(117,147,96); }

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