#749257

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

Shades of Highland #749257

Tints of Highland #749257

Color information

#749257 (or 0x749257) is unknown color: approx Highland. HEX triplet: 74, 92 and 57. RGB value is (116,146,87). Sum of RGB (Red+Green+Blue) = 116+146+87=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #749257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749257 is #8B6DA8. Grayscale: #828282. Windows color (decimal): -9137577 or 5739124. OLE color: 5739124.

HSL color Cylindrical-coordinate representation of color #749257: hue angle of 90.51º 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 #749257 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB11614687-
CMYK0.2100.400.43
HSL90.51º25.32%45.69%-
HSV(B)90.51º40.41%57.25%-
XYZ19.224.9612.82-
YUV130.3103.56117.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=33.24%
G=41.83%
B=24.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146870.2100.400.4390.5125.3245.69
Hex749257150282B5b192e
Octal16422212725050531333156
Binary1110100100100101010111101010101000101011101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749257; }

 p { color: rgb(116,146,87); }

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

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

 a { background-color: rgb(116,146,87); }

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

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

 span { border-color: rgb(116,146,87); }

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