#759250

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

Shades of Highland #759250

Tints of Highland #759250

Color information

#759250 (or 0x759250) is unknown color: approx Highland. HEX triplet: 75, 92 and 50. RGB value is (117,146,80). Sum of RGB (Red+Green+Blue) = 117+146+80=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #759250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759250 is #8A6DAF. Grayscale: #828282. Windows color (decimal): -9072048 or 5280373. OLE color: 5280373.

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

Color convert

RGB11714680-
CMYK0.2000.450.43
HSL86.36º29.2%44.31%-
HSV(B)86.36º45.21%57.25%-
XYZ19.0624.9211.39-
YUV129.899.89118.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=34.11%
G=42.57%
B=23.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117146800.2000.450.4386.3629.244.31
Hex7592501402D2B561d2c
Octal16522212024055531263554
Binary1110101100100101010000101000101101101011101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759250; }

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

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

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

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

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

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

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

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