#759862

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

Shades of Highland #759862

Tints of Highland #759862

Color information

#759862 (or 0x759862) is unknown color: approx Highland. HEX triplet: 75, 98 and 62. RGB value is (117,152,98). Sum of RGB (Red+Green+Blue) = 117+152+98=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #759862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759862 is #8A679D. Grayscale: #878787. Windows color (decimal): -9070494 or 6461557. OLE color: 6461557.

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

Color convert

RGB11715298-
CMYK0.2300.360.40
HSL98.89º21.6%49.02%-
HSV(B)98.89º35.53%59.61%-
XYZ20.7727.1215.7-
YUV135.38106.9114.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=31.88%
G=41.42%
B=26.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152980.2300.360.4098.8921.649.02
Hex7598621702428631631
Octal16523014227044501432661
Binary1110101100110001100010101110100100101000110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759862; }

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

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

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

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

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

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

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

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