#708B6F

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

Shades of Laurel #708B6F

Tints of Laurel #708B6F

Color information

#708B6F (or 0x708B6F) is unknown color: approx Laurel. HEX triplet: 70, 8B and 6F. RGB value is (112,139,111). Sum of RGB (Red+Green+Blue) = 112+139+111=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #708B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B6F is #8F7490. Grayscale: #7F7F7F. Windows color (decimal): -9401489 or 7310192. OLE color: 7310192.

HSL color Cylindrical-coordinate representation of color #708B6F: hue angle of 117.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #708B6F is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB112139111-
CMYK0.1900.200.45
HSL117.86º11.2%49.02%-
HSV(B)117.86º20.14%54.51%-
XYZ18.7823.0618.5-
YUV127.73118.55116.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=30.94%
G=38.40%
B=30.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121391110.1900.200.45117.8611.249.02
Hex708B6F130142D76b31
Octal16021315723024551661361
Binary11100001000101111011111001101010010110111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708B6F; }

 p { color: rgb(112,139,111); }

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

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

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

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

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

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

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