#739974

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

Shades of Laurel #739974

Tints of Laurel #739974

Color information

#739974 (or 0x739974) is unknown color: approx Laurel. HEX triplet: 73, 99 and 74. RGB value is (115,153,116). Sum of RGB (Red+Green+Blue) = 115+153+116=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #739974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739974 is #8C668B. Grayscale: #898989. Windows color (decimal): -9201292 or 7641459. OLE color: 7641459.

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

Color convert

RGB115153116-
CMYK0.2500.240.4
HSL121.58º15.7%52.55%-
HSV(B)121.58º24.84%60%-
XYZ21.6127.6920.73-
YUV137.42115.91112.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=29.95%
G=39.84%
B=30.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1151531160.2500.240.4121.5815.752.55
Hex73997419018287a1035
Octal16323116431030501722065
Binary111001110011001111010011001011000101000111101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739974; }

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

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

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

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

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

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

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

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