#759350

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

Shades of Highland #759350

Tints of Highland #759350

Color information

#759350 (or 0x759350) is unknown color: approx Highland. HEX triplet: 75, 93 and 50. RGB value is (117,147,80). Sum of RGB (Red+Green+Blue) = 117+147+80=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #759350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759350 is #8A6CAF. Grayscale: #828282. Windows color (decimal): -9071792 or 5280629. OLE color: 5280629.

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

Color convert

RGB11714780-
CMYK0.2000.460.42
HSL86.87º29.52%44.51%-
HSV(B)86.87º45.58%57.65%-
XYZ19.2225.2311.45-
YUV130.3999.56118.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=34.01%
G=42.73%
B=23.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147800.2000.460.4286.8729.5244.51
Hex7593501402E2A571e2d
Octal16522312024056521273655
Binary1110101100100111010000101000101110101010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759350; }

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

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

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

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

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

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

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

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