Html Css Color HEX #719772 Laurel

📋 copy color: '#719772'

red 113 ◦ green 151 ◦ blue 114

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

Shades of Laurel #719772

Tints of Laurel #719772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 29.89%
G = 39.95%
B = 30.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#719772 (or 0x719772) is known color: Laurel. HEX triplet: 71, 97 and 72. RGB value is (113,151,114). Sum of RGB (Red+Green+Blue) = 113+151+114=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #719772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719772 is #8E688D. Grayscale: #878787. Windows color (decimal): -9332878 or 7509873. OLE color: 7509873.

HSL color Cylindrical-coordinate representation of color #719772: hue angle of 121.58º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719772 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 114 -
CMYK 0.25 0 0.25 0.41
HSL 121.58º 0.15% 0.52% -
HSV(B) 121.58º 0.25% 0.59% -
XYZ 20.91 26.86 20 -
YUV 135.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 113 151 114 0.25 0 0.25 0.41 121.58 0.15 0.52
Hex 71 97 72 19 0 19 29 7A F 34
Octal 161 227 162 31 0 31 51 172 17 64
Binary 1110001 10010111 1110010 11001 0 11001 101001 1111010 1111 110100

Color Harmonies of #719772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719772

Black with #719772

Text Example


Text Example

White with #719772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719772; }

 p { color: rgb(113,151,114); }

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

background-color css

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

 a { background-color: rgb(113,151,114); }

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

border-color css

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

 span { border-color: rgb(113,151,114); }

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