#759464

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

Shades of Highland #759464

Tints of Highland #759464

Color information

#759464 (or 0x759464) is unknown color: approx Highland. HEX triplet: 75, 94 and 64. RGB value is (117,148,100). Sum of RGB (Red+Green+Blue) = 117+148+100=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #759464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759464 is #8A6B9B. Grayscale: #858585. Windows color (decimal): -9071516 or 6591605. OLE color: 6591605.

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

Color convert

RGB117148100-
CMYK0.2100.320.42
HSL98.75º19.35%48.63%-
HSV(B)98.75º32.43%58.04%-
XYZ20.2325.8815.99-
YUV133.26109.23116.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=32.05%
G=40.55%
B=27.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481000.2100.320.4298.7519.3548.63
Hex759464150202A631331
Octal16522414425040521432361
Binary1110101100101001100100101010100000101010110001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759464; }

 p { color: rgb(117,148,100); }

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

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

 a { background-color: rgb(117,148,100); }

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

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

 span { border-color: rgb(117,148,100); }

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