#759058

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

Shades of Highland #759058

Tints of Highland #759058

Color information

#759058 (or 0x759058) is unknown color: approx Highland. HEX triplet: 75, 90 and 58. RGB value is (117,144,88). Sum of RGB (Red+Green+Blue) = 117+144+88=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #759058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759058 is #8A6FA7. Grayscale: #818181. Windows color (decimal): -9072552 or 5804149. OLE color: 5804149.

HSL color Cylindrical-coordinate representation of color #759058: hue angle of 88.93º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759058 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB11714488-
CMYK0.1900.390.44
HSL88.93º24.14%45.49%-
HSV(B)88.93º38.89%56.47%-
XYZ19.0724.4312.94-
YUV129.54104.55119.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=33.52%
G=41.26%
B=25.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144880.1900.390.4488.9324.1445.49
Hex759058130272C59182d
Octal16522013023047541313055
Binary1110101100100001011000100110100111101100101100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759058; }

 p { color: rgb(117,144,88); }

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

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

 a { background-color: rgb(117,144,88); }

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

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

 span { border-color: rgb(117,144,88); }

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