#618466

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

Shades of Laurel #618466

Tints of Laurel #618466

Color information

#618466 (or 0x618466) is unknown color: approx Laurel. HEX triplet: 61, 84 and 66. RGB value is (97,132,102). Sum of RGB (Red+Green+Blue) = 97+132+102=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #618466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618466 is #9E7B99. Grayscale: #767676. Windows color (decimal): -10386330 or 6718561. OLE color: 6718561.

HSL color Cylindrical-coordinate representation of color #618466: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618466 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB97132102-
CMYK0.2700.230.48
HSL128.57º15.28%44.9%-
HSV(B)128.57º26.52%51.76%-
XYZ15.582015.61-
YUV118.12118.9112.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=29.31%
G=39.88%
B=30.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal971321020.2700.230.48128.5715.2844.9
Hex6184661B0173081f2d
Octal14120414633027602011755
Binary110000110000100110011011011010111110000100000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618466; }

 p { color: rgb(97,132,102); }

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

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

 a { background-color: rgb(97,132,102); }

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

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

 span { border-color: rgb(97,132,102); }

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