#708670

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

Shades of Laurel #708670

Tints of Laurel #708670

Color information

#708670 (or 0x708670) is unknown color: approx Laurel. HEX triplet: 70, 86 and 70. RGB value is (112,134,112). Sum of RGB (Red+Green+Blue) = 112+134+112=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #708670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708670 is #8F798F. Grayscale: #7C7C7C. Windows color (decimal): -9402768 or 7374448. OLE color: 7374448.

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

Color convert

RGB112134112-
CMYK0.1600.160.47
HSL120º8.94%48.24%-
HSV(B)120º16.42%52.55%-
XYZ18.1321.6618.56-
YUV124.91120.71118.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=31.28%
G=37.43%
B=31.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341120.1600.160.471208.9448.24
Hex708670100102F78930
Octal16020616020020571701160
Binary11100001000011011100001000001000010111111110001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708670; }

 p { color: rgb(112,134,112); }

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

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

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

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

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

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

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