Html Css Color HEX #719475 Laurel

📋 copy color: '#719475'

red 113 ◦ green 148 ◦ blue 117

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

Shades of Laurel #719475

Tints of Laurel #719475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 29.89%
G = 39.15%
B = 30.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#719475 (or 0x719475) is known color: Laurel. HEX triplet: 71, 94 and 75. RGB value is (113,148,117). Sum of RGB (Red+Green+Blue) = 113+148+117=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #719475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719475 is #8E6B8A. Grayscale: #868686. Windows color (decimal): -9333643 or 7705713. OLE color: 7705713.

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

Color convert

RGB 113 148 117 -
CMYK 0.24 0 0.21 0.42
HSL 126.86º 0.14% 0.51% -
HSV(B) 126.86º 0.24% 0.58% -
XYZ 20.61 25.97 20.76 -
YUV 134 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 113 148 117 0.24 0 0.21 0.42 126.86 0.14 0.51
Hex 71 94 75 18 0 15 2A 7F E 33
Octal 161 224 165 30 0 25 52 177 16 63
Binary 1110001 10010100 1110101 11000 0 10101 101010 1111111 1110 110011

Color Harmonies of #719475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719475

Black with #719475

Text Example


Text Example

White with #719475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719475; }

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

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

background-color css

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

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

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

border-color css

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

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

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