Html Css Color HEX #749872 Laurel

📋 copy color: '#749872'

red 116 ◦ green 152 ◦ blue 114

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

Shades of Laurel #749872

Tints of Laurel #749872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 30.37%
G = 39.79%
B = 29.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#749872 (or 0x749872) is known color: Laurel. HEX triplet: 74, 98 and 72. RGB value is (116,152,114). Sum of RGB (Red+Green+Blue) = 116+152+114=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #749872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749872 is #8B678D. Grayscale: #898989. Windows color (decimal): -9136014 or 7510132. OLE color: 7510132.

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

Color convert

RGB 116 152 114 -
CMYK 0.24 0 0.25 0.40
HSL 116.84º 0.16% 0.52% -
HSV(B) 116.84º 0.25% 0.6% -
XYZ 21.47 27.38 20.07 -
YUV 136.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 116 152 114 0.24 0 0.25 0.40 116.84 0.16 0.52
Hex 74 98 72 18 0 19 28 75 10 34
Octal 164 230 162 30 0 31 50 165 20 64
Binary 1110100 10011000 1110010 11000 0 11001 101000 1110101 10000 110100

Color Harmonies of #749872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749872

Black with #749872

Text Example


Text Example

White with #749872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749872; }

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

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

background-color css

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

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

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

border-color css

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

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

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