#739B72

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

Shades of Laurel #739B72

Tints of Laurel #739B72

Color information

#739B72 (or 0x739B72) is unknown color: approx Laurel. HEX triplet: 73, 9B and 72. RGB value is (115,155,114). Sum of RGB (Red+Green+Blue) = 115+155+114=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #739B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B72 is #8C648D. Grayscale: #8A8A8A. Windows color (decimal): -9200782 or 7510899. OLE color: 7510899.

HSL color Cylindrical-coordinate representation of color #739B72: hue angle of 118.54º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739B72 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB115155114-
CMYK0.2600.260.39
HSL118.54º17.01%52.75%-
HSV(B)118.54º26.45%60.78%-
XYZ21.8328.320.23-
YUV138.37114.25111.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.95%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=29.95%
G=40.36%
B=29.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551140.2600.260.39118.5417.0152.75
Hex739B721A01A27771135
Octal16323316232032471672165
Binary111001110011011111001011010011010100111111011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739B72; }

 p { color: rgb(115,155,114); }

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

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

 a { background-color: rgb(115,155,114); }

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

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

 span { border-color: rgb(115,155,114); }

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