#749975

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

Shades of Laurel #749975

Tints of Laurel #749975

Color information

#749975 (or 0x749975) is unknown color: approx Laurel. HEX triplet: 74, 99 and 75. RGB value is (116,153,117). Sum of RGB (Red+Green+Blue) = 116+153+117=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #749975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749975 is #8B668A. Grayscale: #898989. Windows color (decimal): -9135755 or 7706996. OLE color: 7706996.

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

Color convert

RGB116153117-
CMYK0.2400.240.4
HSL121.62º15.35%52.75%-
HSV(B)121.62º24.18%60%-
XYZ21.827.7821.04-
YUV137.83116.24112.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.05%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=30.05%
G=39.64%
B=30.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1161531170.2400.240.4121.6215.3552.75
Hex74997518018287af35
Octal16423116530030501721765
Binary11101001001100111101011100001100010100011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749975; }

 p { color: rgb(116,153,117); }

 H1.HeaderClassName
 {
   color: #749975;
 }
 .AnyTagClassName
 {
   color: #749975;
 }
</style>
background-color css

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

 a { background-color: rgb(116,153,117); }

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

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

 span { border-color: rgb(116,153,117); }

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