#718673

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

Shades of Laurel #718673

Tints of Laurel #718673

Color information

#718673 (or 0x718673) is unknown color: approx Laurel. HEX triplet: 71, 86 and 73. RGB value is (113,134,115). Sum of RGB (Red+Green+Blue) = 113+134+115=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 134 - color contains mainly: green. Hex color #718673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718673 is #8E798C. Grayscale: #7D7D7D. Windows color (decimal): -9337229 or 7571057. OLE color: 7571057.

HSL color Cylindrical-coordinate representation of color #718673: hue angle of 125.71º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718673 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB113134115-
CMYK0.1600.140.47
HSL125.71º8.5%48.43%-
HSV(B)125.71º15.67%52.55%-
XYZ18.4321.819.46-
YUV125.56122.04119.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=31.22%
G=37.02%
B=31.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341150.1600.140.47125.718.548.43
Hex718673100E2F7e930
Octal16120616320016571761160
Binary1110001100001101110011100000111010111111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718673; }

 p { color: rgb(113,134,115); }

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

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

 a { background-color: rgb(113,134,115); }

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

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

 span { border-color: rgb(113,134,115); }

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