#759253

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

Shades of Highland #759253

Tints of Highland #759253

Color information

#759253 (or 0x759253) is unknown color: approx Highland. HEX triplet: 75, 92 and 53. RGB value is (117,146,83). Sum of RGB (Red+Green+Blue) = 117+146+83=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #759253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759253 is #8A6DAC. Grayscale: #828282. Windows color (decimal): -9072045 or 5476981. OLE color: 5476981.

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

Color convert

RGB11714683-
CMYK0.2000.430.43
HSL87.62º27.51%44.9%-
HSV(B)87.62º43.15%57.25%-
XYZ19.1824.9611.99-
YUV130.15101.39118.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 83 (32.81% from 255) = 23.99%
R=33.82%
G=42.20%
B=23.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117146830.2000.430.4387.6227.5144.9
Hex7592531402B2B581c2d
Octal16522212324053531303455
Binary1110101100100101010011101000101011101011101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759253; }

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

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

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

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

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

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

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

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