#719870

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

Shades of Laurel #719870

Tints of Laurel #719870

Color information

#719870 (or 0x719870) is unknown color: approx Laurel. HEX triplet: 71, 98 and 70. RGB value is (113,152,112). Sum of RGB (Red+Green+Blue) = 113+152+112=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #719870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719870 is #8E678F. Grayscale: #878787. Windows color (decimal): -9332624 or 7379057. OLE color: 7379057.

HSL color Cylindrical-coordinate representation of color #719870: hue angle of 118.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719870 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB113152112-
CMYK0.2600.260.40
HSL118.5º16.26%51.76%-
HSV(B)118.5º26.32%59.61%-
XYZ20.9627.1419.46-
YUV135.78114.58111.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=29.97%
G=40.32%
B=29.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521120.2600.260.40118.516.2651.76
Hex7198701A01A28761034
Octal16123016032032501662064
Binary111000110011000111000011010011010101000111011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719870; }

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

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

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

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

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

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

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

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