#749A75

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

Shades of Laurel #749A75

Tints of Laurel #749A75

Color information

#749A75 (or 0x749A75) is unknown color: approx Laurel. HEX triplet: 74, 9A and 75. RGB value is (116,154,117). Sum of RGB (Red+Green+Blue) = 116+154+117=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 154 - color contains mainly: green. Hex color #749A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A75 is #8B658A. Grayscale: #8A8A8A. Windows color (decimal): -9135499 or 7707252. OLE color: 7707252.

HSL color Cylindrical-coordinate representation of color #749A75: hue angle of 121.58º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749A75 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB116154117-
CMYK0.2500.240.40
HSL121.58º15.83%52.94%-
HSV(B)121.58º24.68%60.39%-
XYZ21.9728.1121.1-
YUV138.42115.91112.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=29.97%
G=39.79%
B=30.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161541170.2500.240.40121.5815.8352.94
Hex749A7519018287a1035
Octal16423216531030501722065
Binary111010010011010111010111001011000101000111101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749A75; }

 p { color: rgb(116,154,117); }

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

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

 a { background-color: rgb(116,154,117); }

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

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

 span { border-color: rgb(116,154,117); }

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