Html Css Color HEX #719473 Laurel

📋 copy color: '#719473'

red 113 ◦ green 148 ◦ blue 115

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

Shades of Laurel #719473

Tints of Laurel #719473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 30.05%
G = 39.36%
B = 30.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#719473 (or 0x719473) is known color: Laurel. HEX triplet: 71, 94 and 73. RGB value is (113,148,115). Sum of RGB (Red+Green+Blue) = 113+148+115=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #719473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719473 is #8E6B8C. Grayscale: #858585. Windows color (decimal): -9333645 or 7574641. OLE color: 7574641.

HSL color Cylindrical-coordinate representation of color #719473: hue angle of 123.43º 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 #719473 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 115 -
CMYK 0.24 0 0.22 0.42
HSL 123.43º 0.14% 0.51% -
HSV(B) 123.43º 0.24% 0.58% -
XYZ 20.49 25.93 20.14 -
YUV 133.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 113 148 115 0.24 0 0.22 0.42 123.43 0.14 0.51
Hex 71 94 73 18 0 16 2A 7B E 33
Octal 161 224 163 30 0 26 52 173 16 63
Binary 1110001 10010100 1110011 11000 0 10110 101010 1111011 1110 110011

Color Harmonies of #719473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719473

Black with #719473

Text Example


Text Example

White with #719473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719473; }

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

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

background-color css

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

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

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

border-color css

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

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

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