#758950

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

Shades of Highland #758950

Tints of Highland #758950

Color information

#758950 (or 0x758950) is unknown color: approx Highland. HEX triplet: 75, 89 and 50. RGB value is (117,137,80). Sum of RGB (Red+Green+Blue) = 117+137+80=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #758950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758950 is #8A76AF. Grayscale: #7C7C7C. Windows color (decimal): -9074352 or 5278069. OLE color: 5278069.

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

Color convert

RGB11713780-
CMYK0.1500.420.46
HSL81.05º26.27%42.55%-
HSV(B)81.05º41.61%53.73%-
XYZ17.7322.2510.95-
YUV124.52102.87122.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=35.03%
G=41.02%
B=23.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137800.1500.420.4681.0526.2742.55
Hex758950F02A2E511a2b
Octal16521112017052561213253
Binary111010110001001101000011110101010101110101000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758950; }

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

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

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

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

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

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

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

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