#708773

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

Shades of Laurel #708773

Tints of Laurel #708773

Color information

#708773 (or 0x708773) is unknown color: approx Laurel. HEX triplet: 70, 87 and 73. RGB value is (112,135,115). Sum of RGB (Red+Green+Blue) = 112+135+115=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #708773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708773 is #8F788C. Grayscale: #7D7D7D. Windows color (decimal): -9402509 or 7571312. OLE color: 7571312.

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

Color convert

RGB112135115-
CMYK0.1700.150.47
HSL127.83º9.31%48.43%-
HSV(B)127.83º17.04%52.94%-
XYZ18.4422.0119.5-
YUV125.84121.88118.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=30.94%
G=37.29%
B=31.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351150.1700.150.47127.839.3148.43
Hex708773110F2F80930
Octal16020716321017572001160
Binary11100001000011111100111000101111101111100000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708773; }

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

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

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

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

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

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

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

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