Html Css Color HEX #749377 Laurel

📋 copy color: '#749377'

red 116 ◦ green 147 ◦ blue 119

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

Shades of Laurel #749377

Tints of Laurel #749377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.48%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 30.37%
G = 38.48%
B = 31.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#749377 (or 0x749377) is known color: Laurel. HEX triplet: 74, 93 and 77. RGB value is (116,147,119). Sum of RGB (Red+Green+Blue) = 116+147+119=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #749377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749377 is #8B6C88. Grayscale: #868686. Windows color (decimal): -9137289 or 7836532. OLE color: 7836532.

HSL color Cylindrical-coordinate representation of color #749377: hue angle of 125.81º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749377 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 119 -
CMYK 0.21 0 0.19 0.42
HSL 125.81º 0.13% 0.52% -
HSV(B) 125.81º 0.21% 0.58% -
XYZ 20.97 25.91 21.35 -
YUV 134.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 116 147 119 0.21 0 0.19 0.42 125.81 0.13 0.52
Hex 74 93 77 15 0 13 2A 7E D 34
Octal 164 223 167 25 0 23 52 176 15 64
Binary 1110100 10010011 1110111 10101 0 10011 101010 1111110 1101 110100

Color Harmonies of #749377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749377

Black with #749377

Text Example


Text Example

White with #749377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749377; }

 p { color: rgb(116,147,119); }

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

background-color css

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

 a { background-color: rgb(116,147,119); }

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

border-color css

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

 span { border-color: rgb(116,147,119); }

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