Html Css Color HEX #749179 Laurel

📋 copy color: '#749179'

red 116 ◦ green 145 ◦ blue 121

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

Shades of Laurel #749179

Tints of Laurel #749179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 30.37%
G = 37.96%
B = 31.68%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#749179 (or 0x749179) is known color: Laurel. HEX triplet: 74, 91 and 79. RGB value is (116,145,121). Sum of RGB (Red+Green+Blue) = 116+145+121=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #749179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749179 is #8B6E86. Grayscale: #858585. Windows color (decimal): -9137799 or 7967092. OLE color: 7967092.

HSL color Cylindrical-coordinate representation of color #749179: hue angle of 130.34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749179 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 121 -
CMYK 0.2 0 0.17 0.43
HSL 130.34º 0.12% 0.51% -
HSV(B) 130.34º 0.2% 0.57% -
XYZ 20.78 25.34 21.89 -
YUV 133.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 116 145 121 0.2 0 0.17 0.43 130.34 0.12 0.51
Hex 74 91 79 14 0 11 2B 82 C 33
Octal 164 221 171 24 0 21 53 202 14 63
Binary 1110100 10010001 1111001 10100 0 10001 101011 10000010 1100 110011

Color Harmonies of #749179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749179

Black with #749179

Text Example


Text Example

White with #749179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749179; }

 p { color: rgb(116,145,121); }

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

background-color css

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

 a { background-color: rgb(116,145,121); }

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

border-color css

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

 span { border-color: rgb(116,145,121); }

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