#749977

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

Shades of Laurel #749977

Tints of Laurel #749977

Color information

#749977 (or 0x749977) is unknown color: approx Laurel. HEX triplet: 74, 99 and 77. RGB value is (116,153,119). Sum of RGB (Red+Green+Blue) = 116+153+119=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #749977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749977 is #8B6688. Grayscale: #8A8A8A. Windows color (decimal): -9135753 or 7838068. OLE color: 7838068.

HSL color Cylindrical-coordinate representation of color #749977: hue angle of 124.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749977 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB116153119-
CMYK0.2400.220.4
HSL124.86º15.35%52.75%-
HSV(B)124.86º24.18%60%-
XYZ21.9227.8321.67-
YUV138.06117.24112.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=29.90%
G=39.43%
B=30.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531190.2400.220.4124.8615.3552.75
Hex74997718016287df35
Octal16423116730026501751765
Binary11101001001100111101111100001011010100011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749977; }

 p { color: rgb(116,153,119); }

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

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

 a { background-color: rgb(116,153,119); }

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

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

 span { border-color: rgb(116,153,119); }

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