Html Css Color HEX #749677 Laurel

📋 copy color: '#749677'

red 116 ◦ green 150 ◦ blue 119

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

Shades of Laurel #749677

Tints of Laurel #749677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

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

R = 30.13%
G = 38.96%
B = 30.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#749677 (or 0x749677) is known color: Laurel. HEX triplet: 74, 96 and 77. RGB value is (116,150,119). Sum of RGB (Red+Green+Blue) = 116+150+119=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #749677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749677 is #8B6988. Grayscale: #888888. Windows color (decimal): -9136521 or 7837300. OLE color: 7837300.

HSL color Cylindrical-coordinate representation of color #749677: hue angle of 125.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749677 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 119 -
CMYK 0.23 0 0.21 0.41
HSL 125.29º 0.14% 0.52% -
HSV(B) 125.29º 0.23% 0.59% -
XYZ 21.44 26.86 21.51 -
YUV 136.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 116 150 119 0.23 0 0.21 0.41 125.29 0.14 0.52
Hex 74 96 77 17 0 15 29 7D E 34
Octal 164 226 167 27 0 25 51 175 16 64
Binary 1110100 10010110 1110111 10111 0 10101 101001 1111101 1110 110100

Color Harmonies of #749677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749677

Black with #749677

Text Example


Text Example

White with #749677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749677; }

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

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

background-color css

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

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

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

border-color css

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

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

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