#708473

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

Shades of Laurel #708473

Tints of Laurel #708473

Color information

#708473 (or 0x708473) is unknown color: approx Laurel. HEX triplet: 70, 84 and 73. RGB value is (112,132,115). Sum of RGB (Red+Green+Blue) = 112+132+115=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #708473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708473 is #8F7B8C. Grayscale: #7C7C7C. Windows color (decimal): -9403277 or 7570544. OLE color: 7570544.

HSL color Cylindrical-coordinate representation of color #708473: hue angle of 129º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708473 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB112132115-
CMYK0.1500.130.48
HSL129º8.2%47.84%-
HSV(B)129º15.15%51.76%-
XYZ18.0321.1919.36-
YUV124.08122.87119.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=31.20%
G=36.77%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321150.1500.130.481298.247.84
Hex708473F0D3081830
Octal16020416317015602011060
Binary1110000100001001110011111101101110000100000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708473; }

 p { color: rgb(112,132,115); }

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

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

 a { background-color: rgb(112,132,115); }

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

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

 span { border-color: rgb(112,132,115); }

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