Html Css Color HEX #719671 Laurel

📋 copy color: '#719671'

red 113 ◦ green 150 ◦ blue 113

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

Shades of Laurel #719671

Tints of Laurel #719671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 30.05%
G = 39.89%
B = 30.05%

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

#719671 (or 0x719671) is known color: Laurel. HEX triplet: 71, 96 and 71. RGB value is (113,150,113). Sum of RGB (Red+Green+Blue) = 113+150+113=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #719671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719671 is #8E698E. Grayscale: #868686. Windows color (decimal): -9333135 or 7444081. OLE color: 7444081.

HSL color Cylindrical-coordinate representation of color #719671: hue angle of 120º 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 #719671 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 113 -
CMYK 0.25 0 0.25 0.41
HSL 120º 0.15% 0.52% -
HSV(B) 120º 0.25% 0.59% -
XYZ 20.7 26.52 19.65 -
YUV 134.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 113 150 113 0.25 0 0.25 0.41 120 0.15 0.52
Hex 71 96 71 19 0 19 29 78 F 34
Octal 161 226 161 31 0 31 51 170 17 64
Binary 1110001 10010110 1110001 11001 0 11001 101001 1111000 1111 110100

Color Harmonies of #719671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719671

Black with #719671

Text Example


Text Example

White with #719671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719671; }

 p { color: rgb(113,150,113); }

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

background-color css

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

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

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

border-color css

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

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

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