Html Css Color HEX #719470 Laurel

📋 copy color: '#719470'

red 113 ◦ green 148 ◦ blue 112

#719470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #719470

Tints of Laurel #719470

RGB

 RED value IS 113 (44.53% from 255) = 30.29%

 GREEN value IS 148 (58.2% from 255) = 39.68%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 30.29%
G = 39.68%
B = 30.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#719470 (or 0x719470) is known color: Laurel. HEX triplet: 71, 94 and 70. RGB value is (113,148,112). Sum of RGB (Red+Green+Blue) = 113+148+112=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #719470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719470 is #8E6B8F. Grayscale: #858585. Windows color (decimal): -9333648 or 7378033. OLE color: 7378033.

HSL color Cylindrical-coordinate representation of color #719470: hue angle of 118.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719470 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 112 -
CMYK 0.24 0 0.24 0.42
HSL 118.33º 0.14% 0.51% -
HSV(B) 118.33º 0.24% 0.58% -
XYZ 20.32 25.86 19.25 -
YUV 133.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 113 148 112 0.24 0 0.24 0.42 118.33 0.14 0.51
Hex 71 94 70 18 0 18 2A 76 E 33
Octal 161 224 160 30 0 30 52 166 16 63
Binary 1110001 10010100 1110000 11000 0 11000 101010 1110110 1110 110011

Color Harmonies of #719470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719470

Black with #719470

Text Example


Text Example

White with #719470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719470; }

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

 H1.HeaderClassName
 {
   color: #719470;
 }
 .AnyTagClassName
 {
   color: #719470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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