#758A61

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

Shades of Highland #758A61

Tints of Highland #758A61

Color information

#758A61 (or 0x758A61) is unknown color: approx Highland. HEX triplet: 75, 8A and 61. RGB value is (117,138,97). Sum of RGB (Red+Green+Blue) = 117+138+97=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #758A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A61 is #8A759E. Grayscale: #7F7F7F. Windows color (decimal): -9074079 or 6392437. OLE color: 6392437.

HSL color Cylindrical-coordinate representation of color #758A61: hue angle of 90.73º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758A61 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11713897-
CMYK0.1500.300.46
HSL90.73º17.45%46.08%-
HSV(B)90.73º29.71%54.12%-
XYZ18.5822.8214.73-
YUV127.05111.04120.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=33.24%
G=39.20%
B=27.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117138970.1500.300.4690.7317.4546.08
Hex758A61F01E2E5b112e
Octal16521214117036561332156
Binary11101011000101011000011111011110101110101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A61; }

 p { color: rgb(117,138,97); }

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

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

 a { background-color: rgb(117,138,97); }

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

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

 span { border-color: rgb(117,138,97); }

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