Html Css Color HEX #749077 Laurel

📋 copy color: '#749077'

red 116 ◦ green 144 ◦ blue 119

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

Shades of Laurel #749077

Tints of Laurel #749077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 30.61%
G = 37.99%
B = 31.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#749077 (or 0x749077) is known color: Laurel. HEX triplet: 74, 90 and 77. RGB value is (116,144,119). Sum of RGB (Red+Green+Blue) = 116+144+119=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 144 - color contains mainly: green. Hex color #749077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749077 is #8B6F88. Grayscale: #848484. Windows color (decimal): -9138057 or 7835764. OLE color: 7835764.

HSL color Cylindrical-coordinate representation of color #749077: hue angle of 126.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #749077 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 119 -
CMYK 0.19 0 0.17 0.44
HSL 126.43º 0.11% 0.51% -
HSV(B) 126.43º 0.19% 0.56% -
XYZ 20.51 24.99 21.2 -
YUV 132.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 116 144 119 0.19 0 0.17 0.44 126.43 0.11 0.51
Hex 74 90 77 13 0 11 2C 7E B 33
Octal 164 220 167 23 0 21 54 176 13 63
Binary 1110100 10010000 1110111 10011 0 10001 101100 1111110 1011 110011

Color Harmonies of #749077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749077

Black with #749077

Text Example


Text Example

White with #749077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749077; }

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

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

background-color css

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

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

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

border-color css

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

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

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