#718F70

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

Shades of Laurel #718F70

Tints of Laurel #718F70

Color information

#718F70 (or 0x718F70) is unknown color: approx Laurel. HEX triplet: 71, 8F and 70. RGB value is (113,143,112). Sum of RGB (Red+Green+Blue) = 113+143+112=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 143 - color contains mainly: green. Hex color #718F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F70 is #8E708F. Grayscale: #828282. Windows color (decimal): -9334928 or 7376753. OLE color: 7376753.

HSL color Cylindrical-coordinate representation of color #718F70: hue angle of 118.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718F70 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB113143112-
CMYK0.2100.220.44
HSL118.06º12.16%50%-
HSV(B)118.06º21.68%56.08%-
XYZ19.5624.3318.99-
YUV130.5117.56115.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 112 (44.14% from 255) = 30.43%
R=30.71%
G=38.86%
B=30.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131431120.2100.220.44118.0612.1650
Hex718F70150162C76c32
Octal16121716025026541661462
Binary11100011000111111100001010101011010110011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718F70; }

 p { color: rgb(113,143,112); }

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

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

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

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

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

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

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