Html Css Color HEX #749676 Laurel

📋 copy color: '#749676'

red 116 ◦ green 150 ◦ blue 118

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

Shades of Laurel #749676

Tints of Laurel #749676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 30.21%
G = 39.06%
B = 30.73%

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

#749676 (or 0x749676) is known color: Laurel. HEX triplet: 74, 96 and 76. RGB value is (116,150,118). Sum of RGB (Red+Green+Blue) = 116+150+118=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #749676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749676 is #8B6989. Grayscale: #888888. Windows color (decimal): -9136522 or 7771764. OLE color: 7771764.

HSL color Cylindrical-coordinate representation of color #749676: hue angle of 123.53º 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 #749676 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 118 -
CMYK 0.23 0 0.21 0.41
HSL 123.53º 0.14% 0.52% -
HSV(B) 123.53º 0.23% 0.59% -
XYZ 21.38 26.83 21.19 -
YUV 136.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 116 150 118 0.23 0 0.21 0.41 123.53 0.14 0.52
Hex 74 96 76 17 0 15 29 7C E 34
Octal 164 226 166 27 0 25 51 174 16 64
Binary 1110100 10010110 1110110 10111 0 10101 101001 1111100 1110 110100

Color Harmonies of #749676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749676

Black with #749676

Text Example


Text Example

White with #749676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749676; }

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

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

background-color css

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

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

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

border-color css

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

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

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