#759863

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

Shades of Highland #759863

Tints of Highland #759863

Color information

#759863 (or 0x759863) is unknown color: approx Highland. HEX triplet: 75, 98 and 63. RGB value is (117,152,99). Sum of RGB (Red+Green+Blue) = 117+152+99=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #759863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759863 is #8A679C. Grayscale: #878787. Windows color (decimal): -9070493 or 6527093. OLE color: 6527093.

HSL color Cylindrical-coordinate representation of color #759863: hue angle of 99.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759863 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB11715299-
CMYK0.2300.350.40
HSL99.62º21.12%49.22%-
HSV(B)99.62º34.87%59.61%-
XYZ20.8227.1415.95-
YUV135.49107.4114.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=31.79%
G=41.30%
B=26.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152990.2300.350.4099.6221.1249.22
Hex7598631702328641531
Octal16523014327043501442561
Binary1110101100110001100011101110100011101000110010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759863; }

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

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

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

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

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

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

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

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