#618566

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

Shades of Laurel #618566

Tints of Laurel #618566

Color information

#618566 (or 0x618566) is unknown color: approx Laurel. HEX triplet: 61, 85 and 66. RGB value is (97,133,102). Sum of RGB (Red+Green+Blue) = 97+133+102=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #618566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618566 is #9E7A99. Grayscale: #767676. Windows color (decimal): -10386074 or 6718817. OLE color: 6718817.

HSL color Cylindrical-coordinate representation of color #618566: hue angle of 128.33º degrees, saturation: 0.16, 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 #618566 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB97133102-
CMYK0.2700.230.48
HSL128.33º15.65%45.1%-
HSV(B)128.33º27.07%52.16%-
XYZ15.7220.2815.66-
YUV118.7118.57112.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=29.22%
G=40.06%
B=30.72%

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
Decimal971331020.2700.230.48128.3315.6545.1
Hex6185661B0173080102d
Octal14120514633027602002055
Binary1100001100001011100110110110101111100001000000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618566; }

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

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

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

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

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

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

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

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