#749275

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

Shades of Laurel #749275

Tints of Laurel #749275

Color information

#749275 (or 0x749275) is unknown color: approx Laurel. HEX triplet: 74, 92 and 75. RGB value is (116,146,117). Sum of RGB (Red+Green+Blue) = 116+146+117=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #749275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749275 is #8B6D8A. Grayscale: #858585. Windows color (decimal): -9137547 or 7705204. OLE color: 7705204.

HSL color Cylindrical-coordinate representation of color #749275: hue angle of 122º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749275 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB116146117-
CMYK0.2100.200.43
HSL122º12.1%51.37%-
HSV(B)122º20.55%57.25%-
XYZ20.6925.5620.67-
YUV133.72118.56115.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=30.61%
G=38.52%
B=30.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461170.2100.200.4312212.151.37
Hex749275150142B7ac33
Octal16422216525024531721463
Binary11101001001001011101011010101010010101111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749275; }

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

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

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

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

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

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

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

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