#738B75

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

Shades of Laurel #738B75

Tints of Laurel #738B75

Color information

#738B75 (or 0x738B75) is unknown color: approx Laurel. HEX triplet: 73, 8B and 75. RGB value is (115,139,117). Sum of RGB (Red+Green+Blue) = 115+139+117=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #738B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B75 is #8C748A. Grayscale: #818181. Windows color (decimal): -9204875 or 7703411. OLE color: 7703411.

HSL color Cylindrical-coordinate representation of color #738B75: hue angle of 125º 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 #738B75 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB115139117-
CMYK0.1700.160.45
HSL125º9.45%49.8%-
HSV(B)125º17.27%54.51%-
XYZ19.5123.3920.32-
YUV129.32121.05117.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=31.00%
G=37.47%
B=31.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151391170.1700.160.451259.4549.8
Hex738B75110102D7d932
Octal16321316521020551751162
Binary11100111000101111101011000101000010110111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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