#749876

Color #749876 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #749876

Tints of Laurel #749876

Color information

#749876 (or 0x749876) is unknown color: approx 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

RGB116152118-
CMYK0.2400.220.40
HSL123.33º14.88%52.55%-
HSV(B)123.33º23.68%59.61%-
XYZ21.727.4821.3-
YUV137.36117.07112.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1161521180.2400.220.40123.3314.8852.55
Hex74987618016287bf35
Octal16423016630026501731765
Binary11101001001100011101101100001011010100011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>