#759258

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

Shades of Highland #759258

Tints of Highland #759258

Color information

#759258 (or 0x759258) is unknown color: approx Highland. HEX triplet: 75, 92 and 58. RGB value is (117,146,88). Sum of RGB (Red+Green+Blue) = 117+146+88=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #759258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759258 is #8A6DA7. Grayscale: #828282. Windows color (decimal): -9072040 or 5804661. OLE color: 5804661.

HSL color Cylindrical-coordinate representation of color #759258: hue angle of 90º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #759258 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB11714688-
CMYK0.2000.400.43
HSL90º24.79%45.88%-
HSV(B)90º39.73%57.25%-
XYZ19.3825.0413.05-
YUV130.72103.89118.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=33.33%
G=41.60%
B=25.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117146880.2000.400.439024.7945.88
Hex759258140282B5a192e
Octal16522213024050531323156
Binary1110101100100101011000101000101000101011101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759258; }

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

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

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

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

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

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

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

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