#749561

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

Shades of Highland #749561

Tints of Highland #749561

Color information

#749561 (or 0x749561) is unknown color: approx Highland. HEX triplet: 74, 95 and 61. RGB value is (116,149,97). Sum of RGB (Red+Green+Blue) = 116+149+97=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #749561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749561 is #8B6A9E. Grayscale: #858585. Windows color (decimal): -9136799 or 6395252. OLE color: 6395252.

HSL color Cylindrical-coordinate representation of color #749561: hue angle of 98.08º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #749561 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB11614997-
CMYK0.2200.350.42
HSL98.08º21.14%48.24%-
HSV(B)98.08º34.9%58.43%-
XYZ20.1126.0715.28-
YUV133.2107.57115.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.04%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=32.04%
G=41.16%
B=26.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149970.2200.350.4298.0821.1448.24
Hex749561160232A621530
Octal16422514126043521422560
Binary1110100100101011100001101100100011101010110001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749561; }

 p { color: rgb(116,149,97); }

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

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

 a { background-color: rgb(116,149,97); }

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

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

 span { border-color: rgb(116,149,97); }

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