#759048

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

Shades of Highland #759048

Tints of Highland #759048

Color information

#759048 (or 0x759048) is unknown color: approx Highland. HEX triplet: 75, 90 and 48. RGB value is (117,144,72). Sum of RGB (Red+Green+Blue) = 117+144+72=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #759048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759048 is #8A6FB7. Grayscale: #7F7F7F. Windows color (decimal): -9072568 or 4755573. OLE color: 4755573.

HSL color Cylindrical-coordinate representation of color #759048: hue angle of 82.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759048 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB11714472-
CMYK0.1900.500.44
HSL82.5º33.33%42.35%-
HSV(B)82.5º50%56.47%-
XYZ18.4824.29.83-
YUV127.7296.55120.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=35.14%
G=43.24%
B=21.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117144720.1900.500.4482.533.3342.35
Hex759048130322C52212a
Octal16522011023062541224152
Binary11101011001000010010001001101100101011001010010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759048; }

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

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

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

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

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

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

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

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