#719B6F

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

Shades of Laurel #719B6F

Tints of Laurel #719B6F

Color information

#719B6F (or 0x719B6F) is unknown color: approx Laurel. HEX triplet: 71, 9B and 6F. RGB value is (113,155,111). Sum of RGB (Red+Green+Blue) = 113+155+111=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #719B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B6F is #8E6490. Grayscale: #898989. Windows color (decimal): -9331857 or 7314289. OLE color: 7314289.

HSL color Cylindrical-coordinate representation of color #719B6F: hue angle of 117.27º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719B6F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB113155111-
CMYK0.2700.280.39
HSL117.27º18.03%52.16%-
HSV(B)117.27º28.39%60.78%-
XYZ21.428.119.34-
YUV137.43113.09110.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.82%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=29.82%
G=40.90%
B=29.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551110.2700.280.39117.2718.0352.16
Hex719B6F1B01C27751234
Octal16123315733034471652264
Binary111000110011011110111111011011100100111111010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,111); }

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

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

 a { background-color: rgb(113,155,111); }

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

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

 span { border-color: rgb(113,155,111); }

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