Html Css Color HEX #719B6F Laurel

📋 copy color: '#719B6F'

red 113 ◦ green 155 ◦ blue 111

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

Shades of Laurel #719B6F

Tints of Laurel #719B6F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 29.82%
G = 40.9%
B = 29.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#719B6F (or 0x719B6F) is known color: Laurel. HEX triplet: 71, 9B and 6F. RGB value is (113,155,111). Sum of RGB (Red+Green+Blue) = 113+155+111=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #719B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B6F is #8E6490. Grayscale: #898989. Windows color (decimal): -9331857 or 7314289. OLE color: 7314289.

HSL color Cylindrical-coordinate representation of color #719B6F: hue angle of 117.27º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719B6F is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 111 -
CMYK 0.27 0 0.28 0.39
HSL 117.27º 0.18% 0.52% -
HSV(B) 117.27º 0.28% 0.61% -
XYZ 21.4 28.1 19.34 -
YUV 137.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 113 155 111 0.27 0 0.28 0.39 117.27 0.18 0.52
Hex 71 9B 6F 1B 0 1C 27 75 12 34
Octal 161 233 157 33 0 34 47 165 22 64
Binary 1110001 10011011 1101111 11011 0 11100 100111 1110101 10010 110100

Color Harmonies of #719B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B6F

Black with #719B6F

Text Example


Text Example

White with #719B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719B6F; }

 p { color: rgb(113,155,111); }

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

background-color css

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

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

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

border-color css

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

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

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