#749974

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

Shades of Laurel #749974

Tints of Laurel #749974

Color information

#749974 (or 0x749974) is unknown color: approx Laurel. HEX triplet: 74, 99 and 74. RGB value is (116,153,116). Sum of RGB (Red+Green+Blue) = 116+153+116=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #749974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749974 is #8B668B. Grayscale: #898989. Windows color (decimal): -9135756 or 7641460. OLE color: 7641460.

HSL color Cylindrical-coordinate representation of color #749974: hue angle of 120º 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 #749974 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB116153116-
CMYK0.2400.240.4
HSL120º15.35%52.75%-
HSV(B)120º24.18%60%-
XYZ21.7527.7620.73-
YUV137.72115.74112.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.13%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=30.13%
G=39.74%
B=30.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531160.2400.240.412015.3552.75
Hex749974180182878f35
Octal16423116430030501701765
Binary11101001001100111101001100001100010100011110001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749974; }

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

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

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

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

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

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

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

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