Html Css Color HEX #749877 Laurel

📋 copy color: '#749877'

red 116 ◦ green 152 ◦ blue 119

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

Shades of Laurel #749877

Tints of Laurel #749877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 29.97%
G = 39.28%
B = 30.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#749877 (or 0x749877) is known color: Laurel. HEX triplet: 74, 98 and 77. RGB value is (116,152,119). Sum of RGB (Red+Green+Blue) = 116+152+119=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #749877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749877 is #8B6788. Grayscale: #898989. Windows color (decimal): -9136009 or 7837812. OLE color: 7837812.

HSL color Cylindrical-coordinate representation of color #749877: hue angle of 125º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749877 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 119 -
CMYK 0.24 0 0.22 0.40
HSL 125º 0.15% 0.53% -
HSV(B) 125º 0.24% 0.6% -
XYZ 21.76 27.5 21.61 -
YUV 137.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 116 152 119 0.24 0 0.22 0.40 125 0.15 0.53
Hex 74 98 77 18 0 16 28 7D F 35
Octal 164 230 167 30 0 26 50 175 17 65
Binary 1110100 10011000 1110111 11000 0 10110 101000 1111101 1111 110101

Color Harmonies of #749877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749877

Black with #749877

Text Example


Text Example

White with #749877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749877; }

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

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

background-color css

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

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

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

border-color css

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

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

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