Html Css Color HEX #719270 Laurel

📋 copy color: '#719270'

red 113 ◦ green 146 ◦ blue 112

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

Shades of Laurel #719270

Tints of Laurel #719270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 30.46%
G = 39.35%
B = 30.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#719270 (or 0x719270) is known color: Laurel. HEX triplet: 71, 92 and 70. RGB value is (113,146,112). Sum of RGB (Red+Green+Blue) = 113+146+112=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #719270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719270 is #8E6D8F. Grayscale: #848484. Windows color (decimal): -9334160 or 7377521. OLE color: 7377521.

HSL color Cylindrical-coordinate representation of color #719270: hue angle of 118.24º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719270 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 112 -
CMYK 0.23 0 0.23 0.43
HSL 118.24º 0.13% 0.51% -
HSV(B) 118.24º 0.23% 0.57% -
XYZ 20.01 25.24 19.15 -
YUV 132.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 113 146 112 0.23 0 0.23 0.43 118.24 0.13 0.51
Hex 71 92 70 17 0 17 2B 76 D 33
Octal 161 222 160 27 0 27 53 166 15 63
Binary 1110001 10010010 1110000 10111 0 10111 101011 1110110 1101 110011

Color Harmonies of #719270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719270

Black with #719270

Text Example


Text Example

White with #719270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719270; }

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

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

background-color css

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

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

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

border-color css

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

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

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