#759865

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

Shades of Highland #759865

Tints of Highland #759865

Color information

#759865 (or 0x759865) is unknown color: approx Highland. HEX triplet: 75, 98 and 65. RGB value is (117,152,101). Sum of RGB (Red+Green+Blue) = 117+152+101=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #759865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759865 is #8A679A. Grayscale: #878787. Windows color (decimal): -9070491 or 6658165. OLE color: 6658165.

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

Color convert

RGB117152101-
CMYK0.2300.340.40
HSL101.18º20.16%49.61%-
HSV(B)101.18º33.55%59.61%-
XYZ20.9127.1816.46-
YUV135.72108.4114.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=31.62%
G=41.08%
B=27.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521010.2300.340.40101.1820.1649.61
Hex7598651702228651432
Octal16523014527042501452462
Binary1110101100110001100101101110100010101000110010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759865; }

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

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

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

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

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

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

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

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