#749676

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

Shades of Laurel #749676

Tints of Laurel #749676

Color information

#749676 (or 0x749676) is unknown color: approx Laurel. HEX triplet: 74, 96 and 76. RGB value is (116,150,118). Sum of RGB (Red+Green+Blue) = 116+150+118=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #749676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749676 is #8B6989. Grayscale: #888888. Windows color (decimal): -9136522 or 7771764. OLE color: 7771764.

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

Color convert

RGB116150118-
CMYK0.2300.210.41
HSL123.53º13.93%52.16%-
HSV(B)123.53º22.67%58.82%-
XYZ21.3826.8321.19-
YUV136.19117.74113.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=30.21%
G=39.06%
B=30.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501180.2300.210.41123.5313.9352.16
Hex74967617015297ce34
Octal16422616627025511741664
Binary11101001001011011101101011101010110100111111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749676; }

 p { color: rgb(116,150,118); }

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

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

 a { background-color: rgb(116,150,118); }

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

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

 span { border-color: rgb(116,150,118); }

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