Html Css Color HEX #749876 Laurel

📋 copy color: '#749876'

red 116 ◦ green 152 ◦ blue 118

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

Shades of Laurel #749876

Tints of Laurel #749876

RGB

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

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

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

R = 30.05%
G = 39.38%
B = 30.57%

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

#749876 (or 0x749876) is known color: Laurel. HEX triplet: 74, 98 and 76. RGB value is (116,152,118). Sum of RGB (Red+Green+Blue) = 116+152+118=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #749876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749876 is #8B6789. Grayscale: #898989. Windows color (decimal): -9136010 or 7772276. OLE color: 7772276.

HSL color Cylindrical-coordinate representation of color #749876: hue angle of 123.33º 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 #749876 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 118 -
CMYK 0.24 0 0.22 0.40
HSL 123.33º 0.15% 0.53% -
HSV(B) 123.33º 0.24% 0.6% -
XYZ 21.7 27.48 21.3 -
YUV 137.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 116 152 118 0.24 0 0.22 0.40 123.33 0.15 0.53
Hex 74 98 76 18 0 16 28 7B F 35
Octal 164 230 166 30 0 26 50 173 17 65
Binary 1110100 10011000 1110110 11000 0 10110 101000 1111011 1111 110101

Color Harmonies of #749876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749876

Black with #749876

Text Example


Text Example

White with #749876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749876; }

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

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

background-color css

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

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

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

border-color css

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

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

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