#738B74

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

Shades of Laurel #738B74

Tints of Laurel #738B74

Color information

#738B74 (or 0x738B74) is unknown color: approx Laurel. HEX triplet: 73, 8B and 74. RGB value is (115,139,116). Sum of RGB (Red+Green+Blue) = 115+139+116=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #738B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B74 is #8C748B. Grayscale: #818181. Windows color (decimal): -9204876 or 7637875. OLE color: 7637875.

HSL color Cylindrical-coordinate representation of color #738B74: hue angle of 122.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738B74 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB115139116-
CMYK0.1700.170.45
HSL122.5º9.45%49.8%-
HSV(B)122.5º17.27%54.51%-
XYZ19.4623.3720.01-
YUV129.2120.55117.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=31.08%
G=37.57%
B=31.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391160.1700.170.45122.59.4549.8
Hex738B74110112D7a932
Octal16321316421021551721162
Binary11100111000101111101001000101000110110111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738B74; }

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

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

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

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

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

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

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

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