Html Css Color HEX #719A6E Laurel

📋 copy color: '#719A6E'

red 113 ◦ green 154 ◦ blue 110

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

Shades of Laurel #719A6E

Tints of Laurel #719A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 29.97%
G = 40.85%
B = 29.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#719A6E (or 0x719A6E) is known color: Laurel. HEX triplet: 71, 9A and 6E. RGB value is (113,154,110). Sum of RGB (Red+Green+Blue) = 113+154+110=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #719A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A6E is #8E6591. Grayscale: #888888. Windows color (decimal): -9332114 or 7248497. OLE color: 7248497.

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

Color convert

RGB 113 154 110 -
CMYK 0.27 0 0.29 0.40
HSL 115.91º 0.18% 0.52% -
HSV(B) 115.91º 0.29% 0.6% -
XYZ 21.18 27.75 18.99 -
YUV 136.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 113 154 110 0.27 0 0.29 0.40 115.91 0.18 0.52
Hex 71 9A 6E 1B 0 1D 28 74 12 34
Octal 161 232 156 33 0 35 50 164 22 64
Binary 1110001 10011010 1101110 11011 0 11101 101000 1110100 10010 110100

Color Harmonies of #719A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A6E

Black with #719A6E

Text Example


Text Example

White with #719A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,154,110); }

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

background-color css

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

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

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

border-color css

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

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

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