Html Css Color HEX #719974 Laurel

📋 copy color: '#719974'

red 113 ◦ green 153 ◦ blue 116

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

Shades of Laurel #719974

Tints of Laurel #719974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 116 (45.7% from 255) = 30.37%

R = 29.58%
G = 40.05%
B = 30.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#719974 (or 0x719974) is known color: Laurel. HEX triplet: 71, 99 and 74. RGB value is (113,153,116). Sum of RGB (Red+Green+Blue) = 113+153+116=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #719974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719974 is #8E668B. Grayscale: #888888. Windows color (decimal): -9332364 or 7641457. OLE color: 7641457.

HSL color Cylindrical-coordinate representation of color #719974: hue angle of 124.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719974 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 116 -
CMYK 0.26 0 0.24 0.4
HSL 124.5º 0.16% 0.52% -
HSV(B) 124.5º 0.26% 0.6% -
XYZ 21.35 27.55 20.72 -
YUV 136.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 113 153 116 0.26 0 0.24 0.4 124.5 0.16 0.52
Hex 71 99 74 1A 0 18 28 7C 10 34
Octal 161 231 164 32 0 30 50 174 20 64
Binary 1110001 10011001 1110100 11010 0 11000 101000 1111100 10000 110100

Color Harmonies of #719974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719974

Black with #719974

Text Example


Text Example

White with #719974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719974; }

 p { color: rgb(113,153,116); }

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

background-color css

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

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

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

border-color css

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

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

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