#749761

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

Shades of Highland #749761

Tints of Highland #749761

Color information

#749761 (or 0x749761) is unknown color: approx Highland. HEX triplet: 74, 97 and 61. RGB value is (116,151,97). Sum of RGB (Red+Green+Blue) = 116+151+97=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #749761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749761 is #8B689E. Grayscale: #868686. Windows color (decimal): -9136287 or 6395764. OLE color: 6395764.

HSL color Cylindrical-coordinate representation of color #749761: hue angle of 98.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #749761 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB11615197-
CMYK0.2300.360.41
HSL98.89º21.77%48.63%-
HSV(B)98.89º35.76%59.22%-
XYZ20.4326.7115.39-
YUV134.38106.9114.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 151 (59.38% from 255) = 41.48%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=31.87%
G=41.48%
B=26.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151970.2300.360.4198.8921.7748.63
Hex7497611702429631631
Octal16422714127044511432661
Binary1110100100101111100001101110100100101001110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749761; }

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

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

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

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

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

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

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

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