Html Css Color HEX #719474 Laurel

📋 copy color: '#719474'

red 113 ◦ green 148 ◦ blue 116

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

Shades of Laurel #719474

Tints of Laurel #719474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 29.97%
G = 39.26%
B = 30.77%

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

#719474 (or 0x719474) is known color: Laurel. HEX triplet: 71, 94 and 74. RGB value is (113,148,116). Sum of RGB (Red+Green+Blue) = 113+148+116=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #719474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719474 is #8E6B8B. Grayscale: #858585. Windows color (decimal): -9333644 or 7640177. OLE color: 7640177.

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

Color convert

RGB 113 148 116 -
CMYK 0.24 0 0.22 0.42
HSL 125.14º 0.14% 0.51% -
HSV(B) 125.14º 0.24% 0.58% -
XYZ 20.55 25.95 20.45 -
YUV 133.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 113 148 116 0.24 0 0.22 0.42 125.14 0.14 0.51
Hex 71 94 74 18 0 16 2A 7D E 33
Octal 161 224 164 30 0 26 52 175 16 63
Binary 1110001 10010100 1110100 11000 0 10110 101010 1111101 1110 110011

Color Harmonies of #719474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719474

Black with #719474

Text Example


Text Example

White with #719474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719474; }

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

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

background-color css

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

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

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

border-color css

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

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

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