#758958

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

Shades of Highland #758958

Tints of Highland #758958

Color information

#758958 (or 0x758958) is unknown color: approx Highland. HEX triplet: 75, 89 and 58. RGB value is (117,137,88). Sum of RGB (Red+Green+Blue) = 117+137+88=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #758958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758958 is #8A76A7. Grayscale: #7D7D7D. Windows color (decimal): -9074344 or 5802357. OLE color: 5802357.

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

Color convert

RGB11713788-
CMYK0.1500.360.46
HSL84.49º21.78%44.12%-
HSV(B)84.49º35.77%53.73%-
XYZ18.0422.3812.6-
YUV125.43106.87121.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=34.21%
G=40.06%
B=25.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137880.1500.360.4684.4921.7844.12
Hex758958F0242E54162c
Octal16521113017044561242654
Binary111010110001001101100011110100100101110101010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758958; }

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

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

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

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

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

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

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

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