Html Css Color HEX #749773 Laurel

📋 copy color: '#749773'

red 116 ◦ green 151 ◦ blue 115

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

Shades of Laurel #749773

Tints of Laurel #749773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

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

R = 30.37%
G = 39.53%
B = 30.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#749773 (or 0x749773) is known color: Laurel. HEX triplet: 74, 97 and 73. RGB value is (116,151,115). Sum of RGB (Red+Green+Blue) = 116+151+115=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #749773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749773 is #8B688C. Grayscale: #888888. Windows color (decimal): -9136269 or 7575412. OLE color: 7575412.

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

Color convert

RGB 116 151 115 -
CMYK 0.23 0 0.24 0.41
HSL 118.33º 0.15% 0.52% -
HSV(B) 118.33º 0.24% 0.59% -
XYZ 21.36 27.08 20.32 -
YUV 136.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 116 151 115 0.23 0 0.24 0.41 118.33 0.15 0.52
Hex 74 97 73 17 0 18 29 76 F 34
Octal 164 227 163 27 0 30 51 166 17 64
Binary 1110100 10010111 1110011 10111 0 11000 101001 1110110 1111 110100

Color Harmonies of #749773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749773

Black with #749773

Text Example


Text Example

White with #749773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749773; }

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

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

background-color css

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

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

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

border-color css

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

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

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