Html Css Color HEX #749673 Laurel

📋 copy color: '#749673'

red 116 ◦ green 150 ◦ blue 115

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

Shades of Laurel #749673

Tints of Laurel #749673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 30.45%
G = 39.37%
B = 30.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#749673 (or 0x749673) is known color: Laurel. HEX triplet: 74, 96 and 73. RGB value is (116,150,115). Sum of RGB (Red+Green+Blue) = 116+150+115=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #749673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749673 is #8B698C. Grayscale: #878787. Windows color (decimal): -9136525 or 7575156. OLE color: 7575156.

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

Color convert

RGB 116 150 115 -
CMYK 0.23 0 0.23 0.41
HSL 118.29º 0.14% 0.52% -
HSV(B) 118.29º 0.23% 0.59% -
XYZ 21.2 26.76 20.27 -
YUV 135.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 116 150 115 0.23 0 0.23 0.41 118.29 0.14 0.52
Hex 74 96 73 17 0 17 29 76 E 34
Octal 164 226 163 27 0 27 51 166 16 64
Binary 1110100 10010110 1110011 10111 0 10111 101001 1110110 1110 110100

Color Harmonies of #749673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749673

Black with #749673

Text Example


Text Example

White with #749673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749673; }

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

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

background-color css

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

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

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

border-color css

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

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

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