#759357

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

Shades of Highland #759357

Tints of Highland #759357

Color information

#759357 (or 0x759357) is unknown color: approx Highland. HEX triplet: 75, 93 and 57. RGB value is (117,147,87). Sum of RGB (Red+Green+Blue) = 117+147+87=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #759357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759357 is #8A6CA8. Grayscale: #838383. Windows color (decimal): -9071785 or 5739381. OLE color: 5739381.

HSL color Cylindrical-coordinate representation of color #759357: hue angle of 90º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759357 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB11714787-
CMYK0.2000.410.42
HSL90º25.64%45.88%-
HSV(B)90º40.82%57.65%-
XYZ19.4925.3412.88-
YUV131.19103.06117.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=33.33%
G=41.88%
B=24.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147870.2000.410.429025.6445.88
Hex759357140292A5a1a2e
Octal16522312724051521323256
Binary1110101100100111010111101000101001101010101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759357; }

 p { color: rgb(117,147,87); }

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

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

 a { background-color: rgb(117,147,87); }

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

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

 span { border-color: rgb(117,147,87); }

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